Looking forward #18
codeart1st
started this conversation in
Show and tell
Replies: 2 comments 10 replies
-
I'm also looking forward on this project :) Sounds interesting, do you have your source code public? |
Beta Was this translation helpful? Give feedback.
3 replies
-
Really excited by this initiative as well! @Drabble and I did similar experiments early this year and we are convinced that rust and wgpu will enable to develop truely portable web mapping solutions. Maplibre-rs is the perfect place to form a community around this topic. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I started to implement the same idea some weeks ago as a private project for me to learn rust and experiment a little bit with wgpu.
To focus on the renderer itself I decided to use OpenLayers as a base.
Rendering is completly inside an OffscreenCanvas with rust and wgpu-rs. Vector tile parsing with prost, triangulation with earcutr and multithreading with wasm-bindgen-rayon.
Looking forward to this project now. Nice to see that there is also some work going on in maplibre space for this future tech.
Beta Was this translation helpful? Give feedback.
All reactions