/Physics-Engine

A physics engine using pure JavaScript without any libraries

Primary LanguageJavaScript

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!