https://github.com/globalpolicy/3bodyproblem
Simulation of the Three-body problem using JavaScript
https://github.com/globalpolicy/3bodyproblem
three-body-problem
Last synced: 8 months ago
JSON representation
Simulation of the Three-body problem using JavaScript
- Host: GitHub
- URL: https://github.com/globalpolicy/3bodyproblem
- Owner: globalpolicy
- License: mit
- Created: 2020-06-03T10:16:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-03T10:34:52.000Z (about 6 years ago)
- Last Synced: 2025-02-12T11:53:20.245Z (over 1 year ago)
- Topics: three-body-problem
- Language: JavaScript
- Homepage: https://globalpolicy.github.io/3bodyproblem/
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 3bodyproblem
Simulation of the Three-body problem using JavaScript
This is a simple program that uses Newton's laws for simulating the trajectories of a given number of bodies interacting gravitationally. Uses the p5.js JavaScript library. It is quite fun to watch the ensuing chaos; if the masses don't get ejected off their orbits that is.
Check out the website for live demo