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
top 7 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 8 points 3 years ago

I hope that someone will develop a Lemmy client in Rust some day.

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

looks interesting ๐Ÿค”

also check out https://github.com/sixtyfpsui/sixtyfps if you're into rust gui

[โ€“] [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.

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

This is needed good work!