Awesome-JavaScript-Projects
Awesome-JavaScript-Projects copied to clipboard
Create a projectile motion visualizer
trafficstars
Create a projectile motion visualizer which traces the path of projectile of an object. Input:
- Angle with which the object is thrown.
- Speed with which the object is thrown.
- Value of acceleration due to gravity.
Features to include:
- Trace path of projectile.
- Display the maximum height of the object.
- DIsplay the distance where the object will reach.
- Add ability to add and compare projectiles.