-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
posts/shades-of-rust-gui-library-list #190
Comments
Interesting for sure, but still annoying that no one has figured out a native widget toolkit rendering solution like wxWidgets, IUP, or NAppGUI. These provide native look-and-feel, accessibility, and vastly reduced binary sizes (and sometimes speed improvements). In terms of web rendering, you can from GTK with Broadway though it's not quite the WASM experience… |
Most of these "non-native"/"re-inventing the wheel" GUI toolkits are very frustrating to use for regular desktop apps due to severe lack of functionality, except for games, where horrible user experience is expected... As someone who's tried to (productively) use apps based on them, I really wish people stopped using these. eg.:
...to give a few examples. |
On the bright side, it increases the chance of getting usable versions for Linux |
50 Shades of Rust, or emerging Rust GUIs in a WASM world
An overview of Rust GUI libraries and frameworks, focused on WASM. Discover the latest GUI toolkit options for Rust, increase your programming skills, and create efficient WebAssembly bundles that will help you build comprehensive applications.
https://monadical.com/posts/shades-of-rust-gui-library-list.html
The text was updated successfully, but these errors were encountered: