this post was submitted on 28 Nov 2021
18 points (100.0% liked)

Rust Programming

8159 readers
1 users here now

founded 5 years ago
MODERATORS
 

Has anyone here ever tried using Rust's Qt or GTK bindings, or another library, to make a complex GUI beyond a few simple forms or dialog boxes? I keep hearing that the language's architecture makes it really hard to do any sort of advanced GUI development on it, but what's the actual experience like? How would you compare it to say, native Qt or GTK using C++/C respectively, or things like JavaFX or Flutter? Maybe even the .NET Framework or whatever Apple uses for their platform? Would you actually recommend Rust over any of those?

you are viewing a single comment's thread
view the rest of the comments
[–] dessalines@lemmy.ml 4 points 3 years ago* (last edited 3 years ago)

I've only played around with some, but my personal favorite was iced. The GUI and QT binding frameworks seemed overly complex for 99% of use cases.