Fabian Wildgrube
Fabian Wildgrube
Card names that contain the character `"` are not sanitised, which causes an error when calling `mkdir` on windows. (Windows 10 in my case, running the script installed via pip)...
Adds an `experiments` folder with a standalone native app that tests rendering of text on the GPU. See detailed [explanation and a first benchmark here](https://github.com/FabianWildgrube/maplibre-rs/tree/fontrendering/experiments/wgpu_for_fontrendering). This PR is not finished,...
We need to add support for rendering arbitrary text (labels, street names, etc.). An ideal solution would have the following properties: * Supports all languages (obvious -> we show a...
### Description of errors I ran into an issue with ROCm installation on Ubuntu 22.04 with a multi-version setup. The following commands: ``` sudo apt update wget https://repo.radeon.com/amdgpu-install/6.0.2/ubuntu/jammy/amdgpu-install_6.0.60002-1_all.deb sudo apt...