Native Windows GUI
tauri
Native Windows GUI | tauri | |
---|---|---|
13 | 500 | |
1,990 | 88,519 | |
0.8% | 3.1% | |
0.0 | 9.9 | |
8 months ago | 6 days ago | |
Rust | Rust | |
MIT License | Apache License 2.0 |
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
-
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
tauri
-
Things people get wrong about Electron
In the article, the claim is made: if many popular software products like Slack, VSCode, and Docker Desktop all use Electron, then it must be good.
In response, I would say: while Electron makes it easy for the software developer to build and distribute software, especially on multiple platform, as an end user it is NEVER the best experience.
That's why there are people spending significant effort to develop better solutions than Electron. For instance, the Tauri project ( https://tauri.app/ ) is a lightweight alternative to Electron.
The article defends the minimum application bundle size of 100MB-300MB is as no issue, because streaming 4K video takes much more bandwidth than such a software download. But the bigger issue than disk space or download bandwidth is the RAM usage and overall low performance of Electron projects. Even with a 16 GB or 32 GB RAM system, when you're running many apps and doing serious multitasking, the gigabytes quickly get used up and then things slow down.
For example, if you have used VSCode, try using the Zed editor (https://zed.dev/). You will be blown away by its incredible speed. Launches in the blink of an eye, and it responds to every input with zero latency. We have forgotten that software can actually be fast.
Jonathan Blow, "Will Software Stop Getting Slower?" https://www.youtube.com/watch?v=4ka549NNdDk
-
Chaski: A Feed Reader for 2025
Some time ago, I discovered how RSS works. I regret not discovering it sooner, and since then, I added it to my blog. Later, I looked for ways to follow different sources, and that's when the idea of creating my own application came to me. Before even asking myself, "What technology should I use?" I already had the answer: Tauri.
-
auto y2025 = new Year(); // Resolutions
Rewrite Muscurdi - Password Manager in Rust with [iced](https://github.com/iced-rs/iced, dioxus and/or tauri
-
Show HN: Kando – Do things with utmost efficiency
Yeah, Tauri would be great. But I think it will take quite some time until the fundamental rendering performance issues [1] under Linux can be fixed. There seem to be rough plans to bundle CEF on Linux [2], but AFAICS this seems to be only a discussion at this point.
[1] https://github.com/tauri-apps/tauri/issues/3988
-
Tauri (2) — Quick Start with Tauri + React (Open Source)
Tauri Official Documentation
- Tauri-apps/Tauri: Build smaller, faster, and more secure desktop and mobile apps
- Ask HN: Those making $500/month on side projects in 2024 – Show and tell
-
Show HN: A macOS app and window activity tracker
Thank you! More than 50% of the codebase is written in Rust. The GUI is rendered using a native web view with Tauri (https://tauri.app).
-
Getting Started with Rust
2. Tauri Tauri is a framework for building smaller, secure desktop and mobile applications with a web front-end. If you're interested in building cross-platform apps with a focus on security, this is an excellent project to explore.
-
Ask HN: Stick to Electron (JS/TS), Swift and Kotlin or Learn Rust and Use Tauri
I currently use Electron (JS/TS), Swift and Kotlin to build FullStacked (https://github.com/fullstackedorg/editor) on all platforms.
I spent the last hour reading about Tauri (https://tauri.app) and now I'm wondering if learning Rust is worth it to have only one codebase for all platforms, instead of 3?
I mainly have a webdev background, but I still did some C++ and very little of Go. I'm not the best with pointers and memory allocation/deallocation, so is rust such a pain to work with for someone like me or people usually pick it up quite fast?
Also, is Rust enough feature-rich to build actual mobile apps or is it still too early phase for production?
Looking for some advices, personal opinions or experiences?
What are some alternatives?
imgui-rs - Rust bindings for Dear ImGui
Wails - Create beautiful applications using Go
Termion - Mirror of https://gitlab.redox-os.org/redox-os/termion
dioxus - Fullstack app framework for web, desktop, mobile, and more.
Relm4 - An idiomatic GUI library inspired by Elm and based on gtk4-rs [Moved to: https://github.com/Relm4/Relm4]
slint - Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.
conrod - An easy-to-use, 2D GUI library written entirely in Rust.
capacitor - Build cross-platform Native Progressive Web Apps for iOS, Android, and the Web ⚡️
Azul - Desktop GUI Framework
iced - A cross-platform GUI library for Rust, inspired by Elm
gtk - DEPRECATED, use https://github.com/gtk-rs/gtk3-rs repository instead!
egui - egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native