A realistic 3D solar system simulator built with Three.js, featuring:
- 🌞 Realistic planet textures and lighting
- 🪐 Saturn's ring, orbit trails, and dynamic rotation
- 🌠 Starfield background
- 🛑 Pause/resume simulation
- ⚙️ Adjustable planet speeds
- 🧭 Orbit toggle & camera controls
- 📱 Responsive sidebar UI
- Three.js — 3D rendering
- HTML + CSS + JS (Vanilla)
- Texture Assets from Solar System Scope
project-root/
│
├── index.html
├── style.css
├── src/
│ └── main.js
├── public/
│ ├── planet-textures/
| ├── sun.jpg
| ├── earth.jpg
| └── ...
└── README.md
git clone https://github.com/GupaShubham-11/SolarSystem.git
cd solar-systemnpm installnpm run devPlanet textures from:
https://www.solarsystemscope.com/textures/
License: Free for non-commercial and educational use.
Made with by Gupta Shubham