matthias-research / pages

My web page containing all the demos from my youtube channel "Ten Minute Physics" www.youtube.com/c/TenMinutePhysics
656 stars 137 forks source link

Some improvements #37

Open BenWheatley opened 9 months ago

BenWheatley commented 9 months ago

Summary of all changes on my branch:

  1. Remove commented-out code
  2. Remove code I'm surprised even runs without crashing (c.strokeW just by itself on one line)
  3. Remove unused and nonfunctional code
  4. Add some {}s, to avoid a certain category of bug, including in one case where I had to guess the correct behaviour (scene.frameNr++; when paused?)
  5. Speed improvements: cache index calculations, move invariants out of loops — feel free to disregard these if you feel they detract from the educational value of the project