A visually interactive 3D Solar System simulation built with Three.js and Vite.
Explore the planets, their orbits, and the beauty of our solar neighborhood — all in your browser!
- 🌞 Realistic 3D models of the Sun and planets
- 🪐 Animated orbits & rotations
- 🌍 Scaled distances & sizes (for clarity)
- 🖱️ Mouse controls — zoom, pan, and rotate
- ⚡ Built with Vite for fast loading
- 📱 Responsive design (desktop & mobile)
git clone https://github.com/SoumyaEXE/3d-Solar-System-ThreeJS.git
cd 3d-Solar-System-ThreeJS
npm install
npm run dev
http://localhost:5173
npm run build
.
├── public/
│ └── textures/ # Planet textures
├── src/
│ ├── main.js # Main entry point
│ └── ... # Other source files
├── index.html
├── package.json
├── vite.config.js
└── README.md
Contributions, issues, and feature requests are welcome!
Feel free to open an issue or submit a PR to improve the project.
This project is licensed under the MIT License — see LICENSE for details.
- 🌌 Planet textures: NASA
- 🛰️ 3D inspiration: Three.js Examples