/solarSystem

basic simulation of planetary movements in our solar system, based on initial conditions from horizons@ssd.jpl.nasa.gov and vizualization with three.js

Primary LanguageJavaScript

solar system simulation

A basic planetary motion simulation running in your browser, visualization using three.js and data from NASA. I'll try to implement Runger Kutta fourth Order, Leapfrog, Verlet and Heun's integration to see the difference in accuracy it makes. The vector class is a modified version of evanw's vector.js