Projectile motion simulator
I'm currently working on a small side project which is a projectile motion simulator.
https://anic17.github.io/projectile-simulator
Projectile simulator
Simple projectile motion simulator made with JavaScript
7 Replies
The font is a bit hard to read for me
also I would love to see maybe like some sort of animation of the projectile following the path
Yeah, this is the part that is still in progress
Also I was planning on adding mouse panning to see outside the regular canvas
Trying to add the motion of the projectile, seems like a difficult task with
requestAnimationFrame
what problems do you have with requestAnimationFrame?
Well, apart from being a bit unprecise (3100 ms for a 3000 ms time), it needs to have the real time physics
Infinite doors
Projectile motion simulator artTry with 89° and coefficient of restitution 0.99
It won't be good