Celestial Bodies Simulator is a web-based application that provides a 3D simulation of the solar system and other celestial objects. With realistic physics and stunning visuals, users can explore and interact with the planets, moons, asteroids, and comets in our solar system and beyond.
- Realistic 3D simulation of celestial objects.
- Explore the solar system and beyond.
- View detailed information about each object.
- Experience realistic physics and gravitational forces.
- Customize the simulation with different settings and configurations.
- 3D Collisions.
- Real distance, time and mass scale.
- Multiple camera options.
- Three JS
- JavaScript
- WebGL
All Physics and Mathematics used were implemented and tested by us.
Feel free to try it from Here.
To run the project on a Local Host download Three.js and Node.js then run the following commands:
# Install dependencies (only the first time)
npm install
# Run the local server at localhost:8080
npm run dev
# Build for production in the dist/ directory
npm run build