370 B
Executable file
370 B
Executable file
Quadgrav
Clojure
A quil sketch that implements the approximation algorithm for an N-Body simulation known as the Barnes-Hut simulation. The algorithm uses a quadtree to query nearby particles, and treating far away particles as a single particle. Used tufte to profile the app when pushing for optimization.