Last active
June 25, 2021 11:38
-
-
Save DrSensor/97ea25e1d4e58374f9545f836712e1e3 to your computer and use it in GitHub Desktop.
Useful dependencies for GameDev
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
Show hidden characters
{ | |
"dependencies": { | |
"canvas-recorder": "*", // record <canvas> then bundle as .zip | |
"cannon-es": "*", // tree-shakable physics engine! (finally😂) | |
}, | |
"devDependencies": { | |
"madge": "*", // visualize your dependencies graph | |
}, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment