mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-08-01 18:36:41 -04:00
I'm getting much better accuracy sticking with my original gravity simulator, just with smaller time increments, than I was with the Runge-Kutta 4 method. The PlutoStateTable gets a bit larger (51 state vectors instead of 41), but the accuracy is so much higher. Removed the Runge-Kutta code because I won't be going back to it.
Website
This is the demo + documentation website for AstroEngine.
Development server
Run npm start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Build
Run npm run build to build the project. The build artifacts will be stored in the docs/ directory. Use the --prod flag for a production build.
Further help
To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.