https://github.com/louis-finegan/basic-projectile-simulator-javascript
Basic Projectile simulation in javascript and HTML.
https://github.com/louis-finegan/basic-projectile-simulator-javascript
classical-mechanics css html javascript kinematics motion projectile-motion
Last synced: 10 months ago
JSON representation
Basic Projectile simulation in javascript and HTML.
- Host: GitHub
- URL: https://github.com/louis-finegan/basic-projectile-simulator-javascript
- Owner: Louis-Finegan
- License: mit
- Created: 2023-03-15T16:14:31.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-20T20:01:42.000Z (over 1 year ago)
- Last Synced: 2025-02-01T18:36:35.656Z (11 months ago)
- Topics: classical-mechanics, css, html, javascript, kinematics, motion, projectile-motion
- Language: JavaScript
- Homepage: https://louis-finegan.github.io/Basic-Projectile-Simulator-Javascript/
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic Projectile Simulator in Javascript
## How to use
1. Click on the input boxes on the top left corner of the html document to enter an initial velocity (magnatude) and lauching angle in degrees. otherwise stick with the default `velocity = 1.2m/s` and `angle = 45 degrees`.
2. Click the `start` button on the bottom of the html document to start the simulation.
3. Click `start` again to restart the simulation.
4. To restart with new initial conditions change the initial condition fields and click `start` to restart the simulation with the new fields.