I like QT and GTK, but I agree they’re pretty difficult to implement because they’re such huge frameworks, difficult to learn, and don’t have bindings for every language.
I like this cross-platform one for rust: https://github.com/hecrj/iced , and if I were to ever do a GUI application, I’d want to use it.
relm is a gtk-based rust one that’s a bit easier than using the direct bindings. But overall QT has better cross-desktop support, and I don’t know if there’s a rust qt thing yet.
I like QT and GTK, but I agree they’re pretty difficult to implement because they’re such huge frameworks, difficult to learn, and don’t have bindings for every language.
I like this cross-platform one for rust: https://github.com/hecrj/iced , and if I were to ever do a GUI application, I’d want to use it.
Do you know of any native looking GUI libraries in Rust so the GUI looks the part of whatever operating system it’s compiled for?
I’ve been wanting to make native-like cross platform GUIs that don’t involve memory unsafe programming languages like C++.
relm is a gtk-based rust one that’s a bit easier than using the direct bindings. But overall QT has better cross-desktop support, and I don’t know if there’s a rust qt thing yet.
There is, but I’ve never tried it.