Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.15 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.15 KB

Projectile-Motion-Simulation

Using this very simple simulator, You can visualize Projectile motion very easily.
This is made in Javascript using a really amazing physics engine called matter.js

Demo

Try now

Usage

Clone the repository, and just open mattertest.html
Its very simple to use just enter the Angle of Projection i.e. in anti-clockwise from +ve horizontal axis,
then enter Velocity of Projection, and press Start to start the simulation.


Caution

The motion isn't totally ideal, although Air drag and friction due to contact is kept zero.

Yea, I know there is a bit of problem with the first bounce, but i'm figuring that out.
So, It will be done soon, and I'll be grateful if someone could help me out.

Change Log

v.1.2 (11/18/2020)

  • Now you can change Coefficient of Restitution

v.1.1 ( 11 /14 /2020 )

  • Improved UI
  • 1st bounce malfunction glitch fixed