You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| CXX-Qt | ✔ | ✔ | ✔ | limited<sup>2</sup> | ✔ |[cxx](https://cxx.rs) plus additional code generation to implement QObject subclasses in Rust and bind them to C++ |
128
+
|[qmetaobject](https://github.com/woboq/qmetaobject-rs/)| ✗ | ✔ | ✔ | ✗ | ✔ |[cpp](https://github.com/mystor/rust-cpp) macro to write C++ inline in Rust, plus Rust macros to create QObject subclasses from Rust structs |
129
+
|[Rust Qt Binding Generator](https://invent.kde.org/sdk/rust-qt-binding-generator)| ✔ | ✔ | ✔ | limited<sup>2</sup> | ✗ | generates Rust traits and C++ bindings from JSON description of QObject subclass |
130
+
|[rust-qt](https://rust-qt.github.io/)| ✗ | ✗ | ✔ | ✔ | ✗ |[ritual](https://rust-qt.github.io/ritual/) to generate unsafe Rust bindings from C++ headers |
131
+
|[qml-rust](https://github.com/White-Oak/qml-rust)| ✗ | ✔ | ✔ | ✗ | ✗ |[DOtherSide](https://github.com/filcuc/DOtherSide) C wrapper for QML C++ classes |
132
+
|[qmlrs](https://github.com/flanfly/qmlrs)| ✗ | ✔ | ✔ | ✗ | ✗ | own C++ library to bind QQmlApplicationEngine |
0 commit comments