Scribble python kid learn octree and try to do clean code
Find a file
2023-02-14 00:51:20 +01:00
barnes-hut-galaxy-new.py Add files via upload 2023-02-14 00:47:37 +01:00
LICENSE Initial commit 2023-02-14 00:46:03 +01:00
README.md Update README.md 2023-02-14 00:51:20 +01:00
vec3.py Add files via upload 2023-02-14 00:47:37 +01:00

galaxy-sim

simple 3D galaxy simulation in pure python using barnes-hut algorithm. readable code.

I followed this guide : http://arborjs.org/docs/barnes-hut#:~:text=The%20Barnes%2DHut%20algorithm%20is,of%20which%20may%20be%20empty).

using vispy for rendering :

galaxies