Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voithos/graviton
Simple gravitational simulatoy
https://github.com/voithos/graviton
barnes-hut canvas gravitational-simulations quadtree simulation
Last synced: 17 days ago
JSON representation
Simple gravitational simulatoy
- Host: GitHub
- URL: https://github.com/voithos/graviton
- Owner: voithos
- License: mit
- Created: 2016-01-20T08:18:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-08T19:20:09.000Z (over 7 years ago)
- Last Synced: 2024-11-12T15:26:19.960Z (3 months ago)
- Topics: barnes-hut, canvas, gravitational-simulations, quadtree, simulation
- Language: JavaScript
- Homepage: http://voithos.io/graviton/
- Size: 10.7 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE.txt
Awesome Lists containing this project
README
# graviton
A simple gravitational simulatoy. [skepsi.me/graviton](http://skepsi.me/graviton)
![graviton](graviton.png)
## Development
Get the code and install the Node packages.
git clone https://github.com/voithos/graviton.git
cd graviton
npm installThen just run `gulp` to build and serve the app locally!
## Attribution
Graviton is mostly self-contained, but does depend upon the following
libraries:- Vex.js, for the dialogs
- jscolor, for the color pickerIn addition, most of the icons are taken from the Material icon set.
Thanks go to their creators, and also to the web platform itself.