You are browsing as a guest. Sign up (or log in) to start making projects!

Open comments for this post

2h 23m 35s logged

So I travel a bit, and I’ve always wanted one of those maps where you can see every place you’ve been at a glance. The flat pin-board ones never felt right to me. The Earth is a sphere, so I wanted a sphere.

That’s the whole idea behind VISIT3D: a 3D globe you can spin around, drop a pin on a city you’ve visited, and just… look at your life on a planet.

Started it this week, here’s where it’s at:

A globe actually renders and you can drag to spin it
I can type a city, hit add, and a little dot shows up where it should
The dots survive a refresh
That last one took me longer than I’d like to admit.

Backend: Flask (Python). All it does for now is save my list of places to a JSON file and hand it back.
Frontend: Three.js / globe.gl for the actual 3D Earth.

0

Comments 0

No comments yet. Be the first!