Live Asteroid Sim
- 4 Devlogs
- 3 Total hours
An interactive, high-performance 3D simulator that tracks near-Earth asteroids using live scientific observation data from NASA's Near Earth Object Web Service (NeoWs) API.
An interactive, high-performance 3D simulator that tracks near-Earth asteroids using live scientific observation data from NASA's Near Earth Object Web Service (NeoWs) API.
Today I made my initial build of my project, Live Asteroid Sim 3D. The app is built off of React Next.js as well as using Three.js for the modeling of the Earth and the Asteroids. The purpose of the app is to use NASA’s API to extract current live data on asteroids to educate the population on current hazards and asteroid routes. For purposes of the simulation, the distances of the asteroids from the earth is truncated compared to the distance from the earth to the moon because if I were to make it as of scale, it would be way too hard for the user to locate the asteroids admist the empty space. However, I provided data tables that clearly depict the actual live values of the asteroids as well as comparison for easy visualization. Hope you all enjoy the project, I have much more to code to add on!