Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kontheocharis/gravity-engine
Solar system simulator in p5.js
https://github.com/kontheocharis/gravity-engine
gravity p5js physics typescript
Last synced: 25 days ago
JSON representation
Solar system simulator in p5.js
- Host: GitHub
- URL: https://github.com/kontheocharis/gravity-engine
- Owner: kontheocharis
- License: mit
- Created: 2019-11-10T15:23:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T19:46:35.000Z (about 2 years ago)
- Last Synced: 2024-10-31T16:37:39.845Z (2 months ago)
- Topics: gravity, p5js, physics, typescript
- Language: TypeScript
- Size: 323 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gravity Engine
Built with p5.js and Typescript.
### Installing & Usage
```
git clone https://github.com/kontheocharis/gravity-engine
npm install
npm start
```Then open browser to `localhost:3000` and click to create planets.
![Screenshot of the engine in action.](./img/screenshot.png "Screenshot of the engine in action.")
### Why?
I was bored one afternoon; there is no real point other than intellectual curiosity.