Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bartolomej/simple-pendulum
In browser pendulum simulation made with p5.
https://github.com/bartolomej/simple-pendulum
mathematics pendulum-simulation physics-simulation
Last synced: 12 days ago
JSON representation
In browser pendulum simulation made with p5.
- Host: GitHub
- URL: https://github.com/bartolomej/simple-pendulum
- Owner: bartolomej
- Created: 2019-09-07T10:42:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-12T18:26:07.000Z (over 5 years ago)
- Last Synced: 2024-11-05T10:44:33.528Z (about 2 months ago)
- Topics: mathematics, pendulum-simulation, physics-simulation
- Language: JavaScript
- Homepage: https://bartolomej.github.io/simple-pendulum/
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pendulum simulation
### Equations:
- `posX = Math.cos(angle) * armLength`
- `posY = Math.sin(angle) * armLength`
- `a = -g * Math.sin(angle)`![Simulation](https://i.ibb.co/KjbynnN/Screenshot-2019-09-12-at-20-19-00.png)