Spacetravel is a 3D solar system "simulation" built using Three.js. Started as a university side task quite some years ago when first approaching Javascript, a project without many pretensions and with questionable code, but it works and it's cool.
- 🌍 Realistic 3D models of the Sun, planets, and moons.
- 🌌 Orbital paths and accurate scaling of celestial bodies.
- 🖱️ Interactive controls to navigate and zoom.
Check out the live demo here: Spacetravel Simulation
Follow these steps to run the project locally:
-
Clone the repository:
git clone https://github.com/vidrez/spacetravel.git cd spacetravel
-
Start a local HTTP server (eg. using python):
python3 -m http.server 8000
-
Browse to the served page (eg. http://0.0.0.0:8000)
- Three.js - 3D rendering
This project is licensed under the MIT License. See the LICENSE file for details.
- Inspired by the vast beauty of our solar system 🌠
- Special thanks to the creators of Three.js for making 3D graphics so accessible.
Enjoy exploring the solar system with Spacetravel! 🚀