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
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.
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.
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