Java implementation of Barnes-Hut Simulation.
In short, it uses an OcTree to store all the masses in simulation and estimate the forces.
- blender-like orbit controls
- toolbar
- time and iteration count controls
- debug view
- Java
- lwjgl
- ImGUI
- GLSL
- Multithreading