Standalone 3D hero section prototype for a custom city map poster website.
- Globe.gl
- Three.js (via Globe.gl)
- Vanilla JavaScript
- Plain HTML/CSS
Use any static server from globe_hero_prototype.
Example with Python:
python -m http.server 8080Then open:
http://localhost:8080
- City markers are driven by the
citiesarray inapp.js. - Marker hover scales to 2.5x with a 300ms transition.
- Replace placeholder files in
thumbs/andtextures/with production assets as needed.