Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 405 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 405 Bytes

Physics-Engine

This front-end-framework uses pure JS to create a physics environment with gravity, ground collision, coefficient of restitution, etc.

How To Use :

  • Add the balls using the ADD button or by clicking on the canvas.
  • Click the GRAVITY button to start the gravity simulation and the physics engine.
  • Stop/Pause the simulation using the STOP button.

Enjoy!