In-progress implementation of an N-body simulation engine. Uses the Barnes-Hut algorithm to achieve O(N log N) update runtime.
- Implemented quadtrees
- Implemented d-dimensional spatial decomposition trees.
- Implement the Barnes-Hut loop using the spatial decomposition trees.
- Create an example implementation of an N-body gravitation simulation.