Commit graph

8 commits

Author SHA1 Message Date
Crizomb
e93cae162b
better performances
changed 
self.x = x
self.y = y
self.z = z
to
self.x, self.y, self.z = x, y, z
2023-02-15 13:36:58 +01:00
Crizomb
70a6259d8b
bug fix 2023-02-15 13:34:49 +01:00
Crizomb
ced1874e6c
Update README.md 2023-02-14 12:58:44 +01:00
Crizomb
27a62277a6
performances + blackhole
added __slots__ to the Node class
+
added central black hole at the center of the galaxy in create_stars
2023-02-14 12:57:26 +01:00
Crizomb
0902bab7dd
Update README.md 2023-02-14 00:51:20 +01:00
Crizomb
f705d81d1a
Update README.md 2023-02-14 00:51:00 +01:00
Crizomb
ba56e6b252
Add files via upload 2023-02-14 00:47:37 +01:00
Crizomb
51d9612c5c
Initial commit 2023-02-14 00:46:03 +01:00