Translating OpenStreetMap data to HTML5 Canvas with Rust and WebAssembly | Programming | mary.codes (mary.codes)
from starman@programming.dev to rust@programming.dev on 20 Feb 2024 14:53
https://programming.dev/post/10315487

Using the Overpass API to read OSM data, parsing the data with Rust, and then drawing the map onto HTML5 canvas.

#rust

threaded - newest

crispy_kilt@feddit.de on 22 Feb 2024 07:36 collapse

Interesting, thanks for sharing!