App made with React and React Three Fiber to show astronomic objects in 3D with relative information.
- 3D Solar System with planets, the Moon and asteroids belts.
- Scale selection: realistic or exaggerated.
- Planets information: name, temperature, gravity, mass, moons (if any), etc.
- Planet preview with axial tilt and rotation.
Use the package manager npm to install iOrbit.
npm install
In development mode:
npm run dev
In production mode:
npm run build
npm run start
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.