This is a small TypeScript example of a 2D Rigid Body Iterative Constraint Solver based on Erin's Catto's GDC 2014 talk using HTML5 Canvas and dat.gui UI.
-
Using NodeJS
-
On the command line
npm install
npm run start
- Navigate to http://localhost:9000
-
Press 'b' on the keyboard to spawn more balls
-
Press 's' to go to single frame step mode
-
Press 't' to go to normal running mode