AgreeableLandscape to Asklemmy · 5 years agoWhich cross-platform GUI framework do you recommend?message-squaremessage-square12fedilinkarrow-up16arrow-down10
arrow-up16arrow-down1message-squareWhich cross-platform GUI framework do you recommend?AgreeableLandscape to Asklemmy · 5 years agomessage-square12fedilink
minus-squareAgreeableLandscapeOPlinkfedilinkarrow-up2·edit-25 years agoDo 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++.
minus-squareDessalinesAlinkfedilinkarrow-up2·5 years agorelm 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.
minus-squareAgreeableLandscapeOPlinkfedilinkarrow-up2·5 years ago I don’t know if there’s a rust qt thing yet There is, but I’ve never tried 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.