Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 install

Then 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 picker

In addition, most of the icons are taken from the Material icon set.

Thanks go to their creators, and also to the web platform itself.