Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rgruesbeck/86ce2980f85dd09993bbcf087139c1f9 to your computer and use it in GitHub Desktop.
Save rgruesbeck/86ce2980f85dd09993bbcf087139c1f9 to your computer and use it in GitHub Desktop.
game optimizations list
overview: https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API/Tutorial/Optimizing_canvas
garbage collection: http://buildnewgames.com/garbage-collector-friendly-code/
bitwise optimizations: https://galactic.ink/journal/2011/11/bitwise-gems-and-other-optimizations/
perf: https://developers.google.com/web/tools/chrome-devtools/rendering-tools/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment