this post was submitted on 25 Aug 2021
30 points (100.0% liked)
Rust Programming
8438 readers
42 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
Do you have a recommendation of one vs the other? I was planning on starting a Rust GUI project soon & liked how the Iced API looks.
not really, sorry, i haven't looked into either to much extent
check out https://areweguiyet.com, they have a ton of specifics and recommendations based on your specific needs ๐
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.