N-body simulator. Simulation currently uses Euler integration, and simulates the movement of several of the bodies in the solar system.
To run: python main.py
In use:
- t: enables trails
- d: enbales debug messages
- q: toggles quadtree view
- mouse scroll or p or o: zooms in or out
- pygame
- numpy
- better integration method
- Implement Barnes-Hut
- Optimisations
- cmd line options