Skip to content

vidrez/spacetravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spacetravel 🌌

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.

Features

  • 🌍 Realistic 3D models of the Sun, planets, and moons.
  • 🌌 Orbital paths and accurate scaling of celestial bodies.
  • 🖱️ Interactive controls to navigate and zoom.

Demo

Check out the live demo here: Spacetravel Simulation

Getting Started

Follow these steps to run the project locally:

Installation

  1. Clone the repository:

    git clone https://github.com/vidrez/spacetravel.git
    cd spacetravel
  2. Start a local HTTP server (eg. using python):

    python3 -m http.server 8000
  3. Browse to the served page (eg. http://0.0.0.0:8000)

Technologies Used

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgments

  • 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! 🚀