cxx-qt: how a Qt codebase becomes a Rust codebase without rewriting
LinSight and LinSync write their QObjects in Rust and their UI in QML, glued by cxx-qt, and the interesting part is why the migration boundary sits exactly there.
2 posts filed under qt.
LinSight and LinSync write their QObjects in Rust and their UI in QML, glued by cxx-qt, and the interesting part is why the migration boundary sits exactly there.
Three of our Linux desktop apps run the same Qt 6 / Kirigami QML interface on KDE Plasma, GNOME, and XFCE without a fork in the codebase, and the interesting part is why that stopped being a gamble.