Native Windows GUI
A light windows GUI toolkit for rust (by gabdube)
imgui-rs
Rust bindings for Dear ImGui (by imgui-rs)
Native Windows GUI | imgui-rs | |
---|---|---|
13 | 12 | |
1,990 | 2,730 | |
0.8% | 1.3% | |
0.0 | 8.2 | |
8 months ago | 4 days ago | |
Rust | Rust | |
MIT License | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Native Windows GUI
Posts with mentions or reviews of Native Windows GUI.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-11-19.
-
FLTK 1.4 Released
[2] https://github.com/gabdube/native-windows-gui
- I have 0 coding experience or knowledge. I used ChatGPT to create code that would automate 80% of my work and I don't know how to deal with this newfound power
-
Which GUI toolkit for Rust today.. few questions...
On windows, I'll probably use https://github.com/gabdube/native-windows-gui or https://github.com/microsoft/windows-rs both of them seem pretty solid.
-
Rust: State of GUI, December 2022 – KAS blog
https://github.com/gabdube/native-windows-gui isn't in the list but is quite a polished option for building Windows specific GUIs.
- Minimum effort Windows GUI choice?
- Tauri – Electron alternative written in Rust
- A light windows GUI toolkit for rust
-
Good Rust System Tray Library?
My crate native-windows-gui supports tray application, if you only care about Windows. Example: https://github.com/gabdube/native-windows-gui/blob/master/native-windows-gui/examples/system_tray_d.rs
-
What's everyone working on this week (15/2021)?
Created a small resident windows program that shows a different icon depending on battery level test how easy using windows-rs and native-windows-gui is. Picked this as an easy learning project after seeing Battery Buddy for macOS.
-
WinSafe: Win32 GUI and related APIs in safe, idiomatic Rust - after 1 year and 5 months of development, first experimental version is finally here
native-windows-ui => https://github.com/gabdube/native-windows-gui
imgui-rs
Posts with mentions or reviews of imgui-rs.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-12-06.
-
GUI library for fast prototyping
there is a good bindings for imgui
-
I need a GUI framework that can do the following!
There are rust bindings for Dear Imgui. It's a great immediate mode gui that has been used in the gaming industry for tooling. It supports floating windows and such. And there is a lot of customisability to be had. The benefit of the immediate mode gui is that it is constructed and rendered separately from the rest of the logic. Allowing you to build out whatever the gui is for, separately. Then, the gui can be removed from the final build if that is what you want.
-
Cargo build feature issue: Building winit problem, says no features specified
Looks like the culprit is imgui-winit-support: https://github.com/imgui-rs/imgui-rs/pull/716
-
Help needed with imgui + wgpu on wasm
I am trying to use the imgui crate (along with imgui-winit-support and imgui-wgpu) with wgpu. I have followed the imgui-wgpu example and have gotten everything to work on the native version of the project.
-
What are the pros/cons of the best GUI options for a cross platform app in Rust?
Currently, I have narrowed potential libraries to: 1. Flutter 2. FLTK 3. Relm (GTK) 4. iced 5. Slint 6. Imgui, Imgui-rs 7. and gtk-rs
-
Hey Rustaceans! Got a question? Ask here (4/2023)!
Imgui, Imgui-rs
-
Windows Central: "Microsoft to merge Surface Pro X ARM and Surface Pro 9 Intel versions under one product line"
To move on to GUI dev, there's the Qt Framework, Eto.forms for C#; Rust has the ImGui wrapper for the C++ Dear ImGui library.
-
Which library should I use for creating an overlay?
Have you looked into the imgui bindings for rust? imgui-rs
-
ImGui with Glium. Need help setting up!
All the examples in the imgui repository use glium
- Is there any GUI framework or interface in RUST?
What are some alternatives?
When comparing Native Windows GUI and imgui-rs you can also consider the following projects:
Termion - Mirror of https://gitlab.redox-os.org/redox-os/termion
egui - egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native
Relm4 - An idiomatic GUI library inspired by Elm and based on gtk4-rs [Moved to: https://github.com/Relm4/Relm4]
conrod - An easy-to-use, 2D GUI library written entirely in Rust.
nuklear-rust - The bindings to the Nuklear 2D immediate GUI library.
Azul - Desktop GUI Framework
QML-rust - QML (Qt Quick) bindings for Rust language
gtk - DEPRECATED, use https://github.com/gtk-rs/gtk3-rs repository instead!
qt.rs - Qt5 binding for rust language. (stalled)
rustbox - Rust implementation of the termbox library
orbtk - The Rust UI-Toolkit.