A 3D interactive solar system built using HTML, CSS, JavaScript, and Three.js. This project visually simulates the solar system with rotating planets, orbit paths, and a dynamic camera for an immersive experience.
- ๐ช Realistic 3D Planets with textures
- โ๏ธ Glowing Sun at the center
- ๐ Planetary Orbits & Rotation
- ๐ฅ Interactive Camera Controls (zoom, pan, and rotate)
- ๐ Stars background for deep-space effect
- โก Optimized with Three.js for smooth rendering
- ๐๏ธ Control panel for controlling speed, bloom, etc.
- HTML5 โ Structure
- CSS3 โ Styling
- JavaScript (ES6) โ Logic and animations
- Three.js โ 3D rendering and effects
3D-Solar-System/
โ
โโโ index.html # Main HTML file
โโโ style.css # Styling for the project
โโโ script.js # JavaScript logic and animations
โโโ img/ # Planet and space images
โโโ README.md # Project documentation
- Drag Mouse โ Rotate view
- Scroll โ Zoom in/out
- Right-Click + Drag โ Pan
- Add planetary moons (e.g., Earth's Moon, Jupiterโs Galilean moons)
- Add an information panel showing details about each planet
- Implement real-time speed adjustment for orbits
- Add spacecrafts or asteroid belts for realism