Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 873 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 873 Bytes

Exo Explorer

Developed with Three.JS, allowing users to freely navigate and explore discovered exoplanets. This app allows users to click on planets/exoplanets to access detailed information about each one.

Exo Explorer is meant to demonstrate the usefulness of the Habitable Worlds Observatory (HWO). An important part of Exo Explorer is the ability to change the telescope diameter between 5 and 15m. Changing this diameter updates the list and interactive explorer with the proper characterizable planets. This would allow one to demonstrate which planets the HWO would be able to observe.

Running

git clone https://github.com/bolst/ExoExplorer
cd ExoExplorer
npm install
npm run dev

Credits

@N3rson - base code from his Solar-System-3D repository