Skip to content

Instantly share code, notes, and snippets.

@DrSensor
Last active June 25, 2021 11:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DrSensor/97ea25e1d4e58374f9545f836712e1e3 to your computer and use it in GitHub Desktop.
Save DrSensor/97ea25e1d4e58374f9545f836712e1e3 to your computer and use it in GitHub Desktop.
Useful dependencies for GameDev
{
"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