Skip to content

Commit 3cd854a

Browse files
Update README.md
1 parent 1c3f649 commit 3cd854a

1 file changed

Lines changed: 23 additions & 22 deletions

File tree

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
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.
1+
# 🌌 Multi-Body Orbital Mechanics
2+
3+
A beautiful Python simulation of planets orbiting a star, powered by **Newton’s laws** and **Matplotlib animations**.
4+
5+
## 🚀 Features
6+
- Realistic gravitational physics
7+
- Multiple planets with trails
8+
- Subtle glow effects for beauty
9+
- Adjustable speed & scaling
10+
11+
## 📸 Preview
12+
![Simulation Screenshot](Figure_2.png)
13+
14+
## 📦 How to Run
15+
1. Install dependencies:
16+
```bash
17+
pip install matplotlib numpy
18+
```
19+
2. Install dependencies:
20+
```bash
21+
pip install matplotlib numpy
22+
```
23+
# 💡 Made for space lovers & future astrophysicists.

0 commit comments

Comments
 (0)