This is an interactive 3D Solar System simulation built using Three.js. It displays planets orbiting the sun, with adjustable speeds, a light/dark theme toggle, and a mobile-friendly hamburger menu for controls.
🔗 Live Demo: https://emcc2302.github.io/solar-system/
- Realistic orbits and spacing
- Hover tooltips for planet names
- Range sliders to control each planet’s speed
- Light/Dark mode toggle
- Responsive design with hamburger menu
- Click-to-zoom on planets
📁 solar-system/
├── index.html # Main HTML file
├── style.css # Default styling
├── responsive.css # Responsive layout styles
├── script.js # Main Three.js logic
└── README.md # This file
##Screenshots
No frameworks or builds needed. Just a browser and a modern OS.
✅ Recommended: Chrome, Firefox, Edge (latest versions)
- Download or clone this repository.
- Open
index.html
directly in your browser.
# If you have Python installed:
# For Python 3
python -m http.server
# For Python 2
python -m SimpleHTTPServer