We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4590147 commit 1c3f649Copy full SHA for 1c3f649
1 file changed
multi-body-orbital-mechanics/README.md
@@ -0,0 +1,22 @@
1
+🌌 Multi-Body Orbital Mechanics
2
+A beautiful Python simulation of planets orbiting a star, powered by Newton’s laws and Matplotlib animations.
3
+
4
+🚀 Features
5
6
+Realistic gravitational physics
7
8
+Multiple planets with trails
9
10
+Subtle glow effects for beauty
11
12
+Adjustable speed & scaling
13
14
+📸 Preview
15
16
+📦 Run It
17
18
+```bash
19
+pip install matplotlib numpy
20
+python multi_body_orbital_mechanics.py
21
+```
22
+💡 Made for space lovers & future astrophysicists.
0 commit comments