I think the world revolves around...


Latitude (-90 to 90): Longitude (-180 to 180):

Zoom (0 to 1):




Loading...



This was a fun opportunity for me to learn Rust/JS interop. The image generation is all done in Rust using Web-sys and wasm-bindgen. I was inspired by Azimuthal Equidistant Projection as it does a really good job of making one spot look like the center of the world. I got the map of the Earth from wikipedia.

Source Code