What GUI crates do the Rust have?

I want to program GUI project. But I can't find a good GUI crate to program. Do the Rust have the GUI crate?

As noted on a similar topic, I might recommend Igor Loskutov's article 50 Shades of Rust, or emerging Rust GUIs in a WASM world , featured in the May 3 edition of This Week in Rust . The landscape has not changed significantly since it's publication.

2 Likes

I would start by browsing https://areweguiyet.com/

I've done some very simple prototyping in egui/eframe and gtk4. I don't have enough experience with either of them to feel comfortable recommending them to others. With that said, we've chosen to use egui for our own GUI's (at least for now).

2 Likes