From f705d81d1ae337473a342b3a6cce91de5323a615 Mon Sep 17 00:00:00 2001 From: Crizomb <62544756+Crizomb@users.noreply.github.com> Date: Tue, 14 Feb 2023 00:51:00 +0100 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 76abf30..2266ce6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # galaxy-sim -simple 3D galaxy simulation in pure python using barnes-hut algorithm +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](https://user-images.githubusercontent.com/62544756/218600435-d6ce8609-106c-48c7-9b29-49296b341556.png)