Created
May 30, 2019 00:47
-
-
Save rgruesbeck/86ce2980f85dd09993bbcf087139c1f9 to your computer and use it in GitHub Desktop.
game optimizations list
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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