About 2,390,000 results
Open links in new tab
  1. Can you make a Windows desktop app in Rust and winapi?

    Dec 19, 2022 · I've got a Windows application with a GUI written in Rust and winapi. Despite its GUI, it behaves like a console application. When the exe file is started, a Command Prompt …

  2. How to make a program that does not display the console window?

    Apr 21, 2015 · When the Rust binaries are linked with the GCC toolchain, to start a program without spawning a command line window we need to pass the -mwindows option to the linker. …

  3. How to focus text_editor in rust Iced - Stack Overflow

    Jan 10, 2025 · I would also like to de focus the editor when I press enter to indicate that the editing of that cell is complete. From what I found, people have forked Iced rs to implement …

  4. How to create a table of custom shapes in iced (Rust GUI …

    Oct 17, 2023 · 0 I'm trying to create a GUI for a board game engine. To that end I'm trying to transform the State (A struct with a grid where game pieces can be) into a rendered grid. I …

  5. How to send email via Outlook SMTP using OAuth2 in Rust (no …

    Jun 17, 2025 · I’m trying to implement a command-line tool in Rust to send email via Outlook's SMTP using OAuth2 Device Code Flow (in a non-GUI environment). I use the oauth2 and …

  6. Rust Installation on Windows for developing GUI apps

    Some other GUI libraries can be found at awesome-rust. There are bindings to libraries like Qt and Gtk. If you know the windows API, you could also check out the winapi crate. If you want …

  7. How can I update app fields from another thread in egui in rust

    Jul 4, 2022 · They both force the gui to update at 60fps. My code example illustrates how to only repaint the GUI on demand (from the thread) or on mouse hover etc., otherwise the egui …

  8. rust - writing iced applications outside of main.rs - Stack Overflow

    Feb 16, 2024 · Rust's naming conventions are pretty standard, and the default compiler settings should be warning you in this case. We generally capitalize struct and enum names and keep …

  9. rust - npm run tauri devでGUIアプリが起動しない。 (WSL2 …

    Oct 16, 2023 · 解決したい点 Tauriの公式セットアップ方法に則り、 WSL2 (ubuntu22.04) => cargo create-tauri-appでnpm・react・tsでアプリを作成した後、npm i + npm run tauri devで …

  10. rust - How can I connect signals from an UI file via `gtk4::Builder ...

    Mar 4, 2024 · I'm trying to connect the signal from this UI file: <interface> <object class="GtkApplicationWindow" id="appwin1"> <child> <object class="