Skip to content

A physics engine using pure JavaScript without any libraries

Notifications You must be signed in to change notification settings

ojasiiitd/Physics-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!