Rust GUI with Iced

Hi,

I'm looking for a good lib to build a gui app in Rust. I would like to have some feedback on the Iced lib seem's promising. Anybody has experienced using it?

Hi,

I built some game-engine thingy with iced, and it worked quite well. This commit should compile and run, and showcase some of the features of iced. It's built with iced 0.4 though, and 0.5 was recently released, so some parts of the code can be made smoother now.

My current understanding is that if you want a pure Rust gui library, iced is pretty much the way to go.

1 Like

Thank you for your reply

2 Likes

Note that Linux Pop! OS recently announced they're building their next version of the COSMIC desktop environment on Iced. There's a good chance it is going to become the default Rust toolkit!

1 Like

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.