this post was submitted on 25 Aug 2021
30 points (100.0% liked)
Rust Programming
8438 readers
26 users here now
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
There's also https://github.com/emilk/egui . I remember when looking at a lot of different ones a few months ago, iced was my personal favorite in terms of syntax and simplicity. But I think its mainly for simple GUI's, not for anything like games.
Yeah all I need is a desktop GUI, not making a game.