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 installnpm run devhttp://localhost:5173npm 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