An interactive 3D model of the Solar System built using Three.js.
This project simulates the orbits and rotations of the Sun, planets, and moons with realistic textures and motion in a browser-based environment.
- Realistic planet sizes, orbits, and axial rotations
- Dynamic lighting with the Sun as the light source
- Texture-mapped planets and moons
- Interactive camera controls (zoom, pan, rotate)
- Responsive design (works on desktop and mobile)
Click here to view the live demo
- Three.js – WebGL 3D rendering
- JavaScript / HTML / CSS – Frontend
- OrbitControls – User navigation
To run the project locally:
# Clone the repository
git clone https://github.com/umohsamuel/3WY.git
# Navigate into the project directory
cd 3WY
Open index.html directly in your browser or use a local dev server