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
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of winit!