Generating bindings for other languages
-
Hello,
I've been using QT for some school projects, and would like to integrate it into my current development efforts, which mainly utilize Rust language.
Someone already created alternative to the MOC, so that part is solved, however, the staggering amount of classes that comprise QT require some kind of code generation.
My question is this, could the shiboken generator used to generate bindings for other languages in custom format ?
-
Hi @semtexzv, and welcome!
@semtexzv said in Generating bindings for other languages:
...mainly utilize Rust language.
Have you seen the Rust-Qt project? https://github.com/rust-qt
could the shiboken generator used to generate bindings for other languages in custom format ?
I'll leave this question for someone else who has experience with Shiboken. But if you want to check yourself, this is a good place to start: https://blog.qt.io/blog/2018/05/31/write-python-bindings/