6 lines
370 B
Org Mode
Executable file
6 lines
370 B
Org Mode
Executable file
** [[https://www.github.com/codertilldeath/quadgrav][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.
|