maplibre / maplibre-rs

Experimental Maps for Web, Mobile and Desktop
Apache License 2.0
1.35k stars 79 forks source link

Headless #47

Open maxammann opened 2 years ago

maxammann commented 2 years ago

The tileserver-gl can render raster tiles from vector data. This requires that the rendering component runs headless. Essentially this means that the winit dependency needs to be decoupled. This is already prepared in maplibre-rs. The only winit dependencies are in the input and winit.rs module.

There are two major areas which need to be handled:

maxammann commented 2 years ago

Part was implemented in #119