rust-windowing /
winit
Window handling library in pure Rust
87/100 healthLoading repository data…
iced-rs / repository
Window handling library in pure Rust
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
[dependencies]
winit = "0.30.8"
For features within the scope of winit, see FEATURES.md.
For features outside the scope of winit, see Are we GUI Yet? and Are we game yet?, depending on what kind of project you're looking to do.
The maintainers have a meeting every friday at UTC 15. The meeting notes can be found here.
Winit is a window creation and management library. It can create windows and lets you handle events (for example: the window being resized, a key being pressed, a mouse movement, etc.) produced by the window.
Winit is designed to be a low-level brick in a hierarchy of libraries. Consequently, in order to show something on the window you need to use the platform-specific getters provided by winit, or another library.
This crate's Minimum Supported Rust Version (MSRV) is 1.70. Changes to the MSRV will be accompanied by a minor version bump.
As a tentative policy, the upper bound of the MSRV is given by the following formula:
min(sid, stable - 3)
Where sid is the current version of rustc provided by Debian Sid, and
stable is the latest stable version of Rust. This bound may be broken in case of a major ecosystem shift or a security vulnerability.
The exception is for the Android platform, where a higher Rust version must be used for certain Android features. In this case, the MSRV will be capped at the latest stable version of Rust minus three. This inconsistency is not reflected in Cargo metadata, as it is not powerful enough to expose this restriction.
All crates in the rust-windowing organizations have the
same MSRV policy.
Check out the winit::platform module for platform-specific usage.
Selected from shared topics, language and repository description—not editorial ratings.
rust-windowing /
Window handling library in pure Rust
87/100 healthnabijaczleweli /
A Cargo build script library to handle compilation and inclusion of Windows resources, in the most resilient fashion imaginable
73/100 healthAustinJ235 /
A rust library that provides window creation, input handling, and most importantly a UI.
mewset /
Cross-platform IPTV player that just works. Handles huge playlists (100K+ channels), EPG guide, parental controls, series & movies library. Built with Rust + Tauri + React for speed & reliability. Privacy-first. Linux, Windows & macOS support.
69/100 healthOxide-Stack /
Oxide is a high-performance state management library bridging Rust and Flutter, designed for cross-platform apps (Windows, Linux, macOS, iOS, Android, Web). It provides robust state handling, powerful Flutter-Rust integration, and example apps demonstrating benchmarks, persistent state, and real-time tasks.
51/100 healthrust-windowing /
Interoperability library for Metal and raw-window-handle for surface creation.
49/100 health