logoalt Hacker News

neilvtoday at 3:03 PM2 repliesview on HN

This is fun, and I wouldn't be surprised if someone at Google did something like this a couple decades ago, as a 20% Project.

Outside of Google, around that time, I used Google Earth for a 3D visualization tool for real flight data recorders, integrated into a larger browser-based system.

(Stack: Google Earth Plugin did the heaviest lifting, especially before there were better ways to render 3D in a browser window. The frontend used JS, HTML for instruments, and some kludges to work around some limitations of off-label use of Plugin. The backend was in Scheme, and retrieving and serving up cached data for this was one of the simplest of the things that the Scheme did in that large system. Aircraft 3D models were off-the-shelf, which I tweaked lightly in (IIRC) Google SketchUp.)


Replies

boshalfoshaltoday at 3:36 PM

This _was_ done a couple of decades ago, it was available on the downloadable version of google earth (when it existed). I remember playing around with it in 2012.

show 2 replies
cactusplant7374today at 3:05 PM

A lot of vibe coders and software engineers have created similar projects using the Google Maps 3D tiles API.