commit bc0a8e5b4aaaf362df7ef099f14bc7b3d2d8f1f9 parent 6aa0c7b2e8480d96ed2988197f7a2aef1eeec43f Author: Amin Mesbah <mesbah.amin@gmail.com> Date: Mon, 24 Apr 2017 23:11:01 -0700 Update readme with Barnes Hut gif. Diffstat:
M | README.md | | | 11 | +++++++++++ |
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -1,5 +1,16 @@  +### Barnes Hut Simulation + +I'm currently working on implementing the [Barnes-Hut Algorithm](https://en.wikipedia.org/wiki/Barnes%E2%80%93Hut_simulation). + +I've made a quadtree that I use to recursively partition the simulation space. + + + +Now I just have to use that tree to simplify the gravitational attraction +calculations between distant groups of stars. + Dependencies ------------ - [SDL 2.0.5](https://www.libsdl.org/download-2.0.php)