maplibre / maplibre-native-qt

MapLibre Native Qt Bindings and Qt Location Plugin
https://maplibre.org/maplibre-native-qt/docs/
43 stars 16 forks source link

Update to the latest MapLibre Native Core #181

Open birkskyum opened 1 month ago

birkskyum commented 1 month ago

Update to the latest version of MapLibre Core.

The current version has

The latest version has

ntadej commented 4 weeks ago

Note that just updating the core will not bring Metal or Vulkan as additional work will be needed so until we have person-power to work on it and/or interest it may not be beneficial to rush with the update.

birkskyum commented 3 weeks ago

@ntadej , I'm trying to figure where we can find assistance on upgrading this. I understand that it's a larger undertaking, after all Native is now 1000+ commits ahead of the OpenGL2 branch. If you can help clarify as detailed as possible what needs to happen in this repo, I'd appreciate it.

ntadej commented 3 weeks ago

We need glue code like src/location/texture_node.cpp written for Metal and Vulkan.

Similarly we need a glue code for widgets if we want to keep feature parity.