Hey KingCobra. To create a Windows GUI application in Rust, you can use libraries like iced, druid, or fltk-rs. These libraries provide cross-platform support, making it easier to design and build native-looking UIs. For a Windows-specific approach, winapi and windows-rs give you direct access to Windows APIs, although they're more complex to use.
How to make windows GUI application using rust
Hey KingCobra. To create a Windows GUI application in Rust, you can use libraries like iced, druid, or fltk-rs. These libraries provide cross-platform support, making it easier to design and build native-looking UIs. For a Windows-specific approach, winapi and windows-rs give you direct access to Windows APIs, although they're more complex to use.
@francescociulla how you remember the rust Syntex? For example GUI Update Logic
In java very easy Syntex 🤔
fn update(&mut self, ctx: &egui::Context, _frame: &mut eframe::Frame)