This repo contains a static site that serves up a toy 2D simulation of free particles acting under a gravity-like force.
- (Pending) Live Version: https://www.pandastrike.com/demos/n-body-simulation
- (Pending) Blog Post: https://www.pandastrike.com/blog/tbd
If you're running Node 4.0 or greater, you can run this demo yourself!
git clone https://github.com/freeformflow/N-Body-Simulator.git
cd N-Body-Simulator
npm install
npm start
Direct your browser to http://localhost:1337 and enjoy!