Gravity Simulator
4 Nov 2015
It was during my time of studying A-Level Physics that I wanted to unify my programming skills and what I had learnt in the Physics classroom. That's how this project was born.
JavaScript canvas particle simulator.
Basically a 2D gravity simulator, in the browser.
Building
You must have npm
, node
, and gulp
already installed.
npm install
gulp
Running
Open path/to/Particle-Simulator/index.html
in your web browser.
License
GNU General Public License v3.0