Hacker News new | ask | show | jobs
by jeroenhd 1312 days ago
From my experience, the same is true for most Rust frameworks. In fact, I don't think there's a single stable Rust GUI library that tries to accommodate system controls.

You can use the win32 API on Windows and Gtk on GNOME, but for KDE and all else you'll need to use some kind of Qt wrapper that has the problems you encounter.

1 comments

IME your rust apps should use native frameworks. Cacao for iOS, Dioxus for web, etc.