An International Space Station Tracker. Visualized using Three.js framework which uses Open Notify's ISS API to retrieve the current ISS location and place it in proper orbit over the Earth in real-time. ISS was modeled in 3DS Max and exported as a GLTF file.
http://open-notify.org/Open-Notify-API/ISS-Location-Now/
- Three.js
- With node.js and npm installed, you can clone my repository then in the root folder run the command
npm install
- run with the command
npm run dev
The Earth's atmospheric glow was made as a custom shader. I learned how to do it from Chris Courses Youtube tutorial