Oliver Wipfli

Results 461 comments of Oliver Wipfli

Should the `-DMLN_TEXT_SHAPING_HARFBUZZ=ON` flag be in the github workflow? https://github.com/maplibre/maplibre-native/blob/9e7f1cc3a579e096fb2f750c14078c823b2fe545/.github/workflows/linux-ci.yml#L96 ?

When I compile without the ` -DMLN_TEXT_SHAPING_HARFBUZZ=ON` and run `./build/bin/mbgl-render --style https://alanchenboy.github.io/harfbuzzResource/hindi.json --output out.png` I get this image: **without the flag**: ![out-no-flag](https://github.com/maplibre/maplibre-native/assets/53421382/61e3b7c9-bbee-486e-a840-4180fd130f9e) And when I compile it with the flag...

I think this is coming together nicely. Thanks for keeping working on this pull request @alanchenboy. We want to be able to compile without HarfBuzz because of binary size. To...

The logo is not required for using MapLibre, but it is nice to spread the word...

Since this feature already exists in MapLibre GL JS if I remember correctly, can we copy-paste the render test from there?

They are hosted on GitHub and served through cloudflare. Cloudflare donated us some free services, so it does not directly produce cost for us, but I think the default behavior...

We increased the maximum allowed value in MapLibre GL JS.

I think the trick is to look for "pitch" and not for "tilt" ![image](https://github.com/maplibre/maplibre-native/assets/53421382/07691a1f-5a2a-487a-b2df-db4ea56e4b4a)

https://github.com/maplibre/maplibre-gl-js/pull/574

And later when trying to compile, I get the following error: ``` @wipfli ➜ /workspaces/maplibre-gl-native (harffbuzzFreetype) $ cmake -S . -B build -G Ninja -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_C_COMPILER=gcc-10 -DCMAKE_CXX_COMPILER=g++-10 CMake Error at...