Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 853 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 853 Bytes

iOrbit

iOrbit

App made with React and React Three Fiber to show astronomic objects in 3D with relative information.

Features

  • 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.

Installation

Use the package manager npm to install iOrbit.

npm install

Usage

In development mode:

npm run dev

In production mode:

npm run build
npm run start

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.