An open API service indexing awesome lists of open source software.

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.

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.