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.
git clone https://github.com/bolst/ExoExplorer
cd ExoExplorer
npm install
npm run dev
@N3rson - base code from his Solar-System-3D repository