maplibre / maplibre-native-qt

MapLibre Qt Bindings and Qt Location Plugin
34 stars 12 forks source link

Can I use this with PySide6? #121

Open vinura opened 4 months ago

vinura commented 4 months ago

I am trying to use this with PySide6. Is it even possible? if so how to install? Any help would be appreciated!

charlie-yuqiong-arc-boats commented 3 months ago

Have the same question.

ntadej commented 3 months ago

Unfortunately I am not familiar with PySide.

I would say that for QtLocation part as this is just a plugin, it should work fine. For the widgets I am not sure what has to be done to allow them to work.

vinura commented 2 months ago

Hmm pyside has support for QML. I have tested bunch of applications that uses PySide/QML with QtLocations.

But the problem is how to import this maplibre into the PySide6/QML. (Installation/porting process).