Native Windows GUI
A light windows GUI toolkit for rust (by gabdube)
Termion
Mirror of https://gitlab.redox-os.org/redox-os/termion (by redox-os)
Native Windows GUI | Termion | |
---|---|---|
13 | 15 | |
1,990 | 2,119 | |
0.8% | 0.3% | |
0.0 | 5.4 | |
9 months ago | about 1 month ago | |
Rust | Rust | |
MIT License | MIT License |
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
Termion
Posts with mentions or reviews of Termion.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-04-17.
-
When to flush()?
This is an example from the Termion crate:
-
How difficult is ncurses?
There are plenty of terminal UI libraries that are actually nice to work with. For Python, there's Textual and PyTermGUI. For Rust, there's ratatui and Cursive (or, if you want something a bit lower level, crosster or termion). For Go, there's bubbletea.
-
Writing to a real stdout in the following adapter pattern
But let's say I want to write to Termion's raw terminal: stdout().into_raw_mode().unwrap();
-
How to write the mock version of this trait method?
And I implemented it for a TermWriter struct (Note: DetectCursorPos comes from the Termion crate):
-
How to test the cursor's position in the following test?
The following code stores the user input and cursor position in a raw terminal (using Termion):
-
Testing the stdout of a RawTerminal
That being said, termion has already handle this for us (an example).
-
Termion: recreating Backspace for deleting characters
I'm trying to recreate the Backspace functionality with Termion in raw mode. Right now, it works as expected if I'm deleting the last character. But If I move to the left with the Left arrow, then delete a character, the characters on the right of the cursor won't move to the left.
-
When rustc developers run out of error messages to write
Termion crate (https://crates.io/crates/termion), and very careful observation of a rust error. Hope your friend finds it useful ;)
-
Crate for an interactive terminal program.
Found an alternative https://github.com/redox-os/termion
-
Hey Rustaceans! Got an easy question? Ask here (35/2021)!
If you just need basic printing and limited input then I'd choose either crossterm or termion. If you want a full tui, then tui-rs is really good.
What are some alternatives?
When comparing Native Windows GUI and Termion you can also consider the following projects:
imgui-rs - Rust bindings for Dear ImGui
crossterm - Cross platform terminal library rust
Relm4 - An idiomatic GUI library inspired by Elm and based on gtk4-rs [Moved to: https://github.com/Relm4/Relm4]
ncurses-rs - A low-level ncurses wrapper for Rust
conrod - An easy-to-use, 2D GUI library written entirely in Rust.
Cursive - A Text User Interface library for the Rust programming language
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!
nfd-rs - OS-native file dialogs on Linux, OS X and Windows
rustbox - Rust implementation of the termbox library
qmlrsng - Qt Quick / QML bindings for Rust