DEV Community

Discussion on: Advice for building a cross-platform RUST gui

Collapse
 
jrop profile image
Jonathan Apodaca

Yep, it is an embedded browser window (but it uses the natively-available browser engine), so the resulting executable is much smaller than any electron-app.

I won't get into why, but I have a low tolerance for web based anything

Yeah, I can't wait for pure-Rust GUI solutions, but for now this is the best way I've found to do cross-platform.

Thread Thread
 
thefluxapex profile image
Ian Pride

Very helpful; can't say thanks enough!