Star_Gaze
- 1 Devlogs
- 5 Total hours
StarGaze tells you exactly what you're looking at when you point your phone at the sky. After finding that night-sky photos are far too noisy for image-recognition models, I rebuilt the app using the standard astrometry pipeline: GPS for position, timestamp for epoch, and the device's IMU to derive real-time pointing vectors. A lightweight spherical trigonometry engine maps a star catalog directly to screen coordinates entirely on-device with zero network latency or cellular signal required. The entire engine—tracking 1,009 stars, 88 constellations, 5 planets, and the Moon—runs within a compact 57 KB data footprint, verified directly against NASA JPL Horizons ephemerides across web and native Android platforms.