Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/TheHappyKoala/Harmony-of-the-Spheres
Newtonian n-body gravity simulator
https://github.com/TheHappyKoala/Harmony-of-the-Spheres
Last synced: 3 months ago
JSON representation
Newtonian n-body gravity simulator
- Host: GitHub
- URL: https://github.com/TheHappyKoala/Harmony-of-the-Spheres
- Owner: TheHappyKoala
- Created: 2018-06-06T16:39:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-23T20:54:30.000Z (4 months ago)
- Last Synced: 2024-07-23T23:52:54.743Z (4 months ago)
- Language: JavaScript
- Size: 3.1 GB
- Stars: 115
- Watchers: 6
- Forks: 20
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-space - Harmony of the Spheres - Newtonian gravity and space simulator that runs in your browser (Astronomy / Astronomy Software)
README
# Gravity Simulator - Under Reconstruction
Gravity Simulator, also known as Harmony of the Spheres, is currently in the process of being rewritten from scratch. Over the years, the project has accumulated a lot of technical debt, and to make it easier to develop new cool features in the future, while also making the code base more pleasant to work with, I have made the decision to repay this technical debt. The new version of the simulator will only be deployed to [production](https://gravitysimulator.org) once it has all the features that the original version has.
## Local Development
To run Gravity Simulator locally, simply run `npm start` from your terminal.
# To Be Continued!