Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 361 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 361 Bytes

a planet simulation

install dependence

npm install

build

webpack

run

node app.js
#open in http://localhost:8000/

config

you can change the constant to changing the behave of the planets.

constant:
    G
    DENSITY
    PI
    TIME

demo url