A simple, somewhat accurate simulator for gravity between planets.
Somewhat accurate because:
- The simulator uses the newtonian gravity model
- Planets are modeled as circles, not spheres and we only have 2d space for now
- Gravity is naively computed between planets, pair-wise and does not use hamiltonians (https://academic.oup.com/mnras/article/440/1/719/1747624)
- There's a concept of "time warp", which is meant to allow you to speed up the simulation - it uses made up multiplications that seem to work, but are not really based in physics - the physics should be more or less accurate if time_warp = 1.