vedo
vedo copied to clipboard
Is it possible to use this library with GTK
Hello,
I've seen some examples of using this library with PyQt. The examples are great!
However, I couldn't find any example or any match of "Gtk" in this repository. Is it possible to integrate Vedo in GTK? maybe with something like Gtk.GLArea?
Here is a link to Gtk.GLArea docs
Thank you
Hi after a quick search I could only find this script, but i could not test it as it seems to be pip-installable on windows systems only. And it's 8 years old.. give it a try if it that works we can investigate further!
Hey, Thank you very much for your reply. It appear that the script requires python2 which I couldn't install on Ubuntu 20.04 My plan is to start learn GTK just to be able to integrate a library like VEDO to it. I need to make some python extensions for Inkscape that need these feature. So any integration of this library with GTK will be extremely appreciated.
Thank you very much.