GravitySimulation

Simple gravity simulation

How to try it

There are 3 ways to try it out:

  1. Try it online
  2. Run locally
  3. Compile from sources and then run locally

Try it online

Simply open this link in your browser:

https://pokruk.github.io/GravitySimulation/dist/

Run locally

Open ./dist/index.html in your browser

Compile from sources and then run locally

Requirements:

  • tsc

Run following commands:

Installing dependencies

npm i

Compiling

npm run pipe