nfd2
DISCONTINUED
Native Windows GUI
Our great sponsors
nfd2 | Native Windows GUI | |
---|---|---|
0 | 10 | |
32 | 1,585 | |
- | - | |
3.2 | 3.6 | |
12 months ago | about 1 month ago | |
Rust | Rust | |
GNU General Public License v3.0 or later | MIT License |
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.
nfd2
We haven't tracked posts mentioning nfd2 yet.
Tracking mentions began in Dec 2020.
Native Windows GUI
-
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.
- Tauri – Electron alternative written in Rust
-
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
-
The state of gui libraries in rust?
If you only need to support Windows desktop, then let me shill my crate: native-windows-gui. It's super lightweight and it wraps pretty much all the gui stuff provided by win32. Just note that isn't really customizable look-wise.
-
Can you make GOOD LOOKING GUI in Rust?
Maybe... would you consider this showcase to be good looking? But if you're looking for more eye candy UI, nothing come close to using a html/css with a browser based framework like Tauri.
-
What crates for a simple Windows app?
Assuming by "nw-gui" you mean native-windows-gui, that is by far the most user- and dev-friendly GUI library available for Rust as far as I know.
What are some alternatives?
Termion - Mirror of https://gitlab.redox-os.org/redox-os/termion
gtk - DEPRECATED, use https://github.com/gtk-rs/gtk3-rs repository instead!
Azul - Desktop GUI Framework
tauri - Build smaller, faster, and more secure desktop applications with a web frontend.
conrod - An easy-to-use, 2D GUI library written entirely in Rust.
imgui-rs - Rust bindings for Dear ImGui
orbtk - The Rust UI-Toolkit.
druid - A data-first Rust-native UI design toolkit.
rustbox - Rust implementation of the termbox library
nuklear-rust - The bindings to the Nuklear 2D immediate GUI library.
sixtyfps - Slint is a toolkit to efficiently develop fluid graphical user interfaces for any display: embedded devices and desktop applications. We support multiple programming languages, such as Rust, C++ or JavaScript. [Moved to: https://github.com/slint-ui/slint]
ncurses-rs - A low-level ncurses wrapper for Rust