doodle/cmd
Noah 61af068b80 Load Balance Collision and Actor Loop Across CPU Cores
* Add sync.WaitGroup to some parts of the level collision detection
  function and Canvas.Loop() to speed up the frame rate by load
  balancing some work in parallel across multiple cores.
* Improves FPS from 30 to 55+ even for busy scenes with lots of mobile
  enemies walking around.
* Before the level collision optimization, framerate would sometimes dip
  to 30 FPS simply to move the player character on a completely blank
  map!
2019-05-06 17:06:40 -07:00
..
doodad Doodad Animations Managed In-Engine 2019-05-06 15:30:43 -07:00
doodle Load Balance Collision and Actor Loop Across CPU Cores 2019-05-06 17:06:40 -07:00