Cross-platform window creation and management in Rust. 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.
Features
- Enables serialization/deserialization of certain types with Serde
- x11 (enabled by default): On Unix platform, compiles with the X11 backend
- wayland (enabled by default): On Unix platform, compiles with the Wayland backend
- mint: Enables mint (math interoperability standard types) conversions
- Cross-platform window creation
- Provides Documentation
Categories
LibrariesLicense
Apache License V2.0Follow winit
Other Useful Business Software
Go From AI Idea to AI App Fast
Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of winit!