Does something like QT exists or is in progress in Rust?

Does something like QT exists or is in progress in Rust ?

1 Like

I don't really know much about the state, but I can point you to some discussion from back in September and I see a Rust-Qt team on GitHub with some recently updated repositories:

Yes, I'm currently working on a Qt binding here. It's not ready to use yet, but a lot of difficult parts are already completed.

3 Likes

If you're just looking for a GUI toolkit in general, there's also bindings for GTK. I can't find the link at the moment, but I've seen that there's been some interest from the GTK devs about using rust in gtk itself, which I assume means it would have pretty good first-party rust support too, eventually.

i've heard about trouble for gtk with android, hope that i will be fine.

There is also conrod a 2D GUI library written entirely in Rust.

1 Like

Just came across QML as well: A simple Rust GUI with QML

3 Likes

thanks very interesting link !