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
[โ€“] [email protected] 3 points 3 years ago (2 children)

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.

[โ€“] [email protected] 4 points 3 years ago

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 ๐Ÿ˜‰

[โ€“] [email protected] 3 points 3 years ago (1 children)

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.

[โ€“] [email protected] 3 points 3 years ago

Yeah all I need is a desktop GUI, not making a game.