DEV Community

Discussion on: Rust GUI: Introduction, a.k.a. the state of Rust GUI libraries (As of January 2021)

Collapse
 
mankinskin profile image
Linus Behrbohm

You might want to add/look into seed-rs, a web frontend framework for webassembly. It interfaces with the browser through web_sys and provides an elm inspired web UI framework.

Collapse
 
davidedelpapa profile image
Davide Del Papa

I mentioned Seed also in talking about Iced. However, Seed, Yew and their WASM friends are for the Web interfaces, not the Desktop GUIs. Indeed I'm in love with the WASM stack, but I had to draw a line on the technologies. I did a series of articles on Yew, and Seed is on my shortlist of WASM technologies to try.