Skip to content
Waxed Display Server

winit Support

Planned

Rust winit crate integration for game and application windows

Category: Toolkits
Version: v0.1.0
Status: Planned

winit Support

Waxed provides excellent support for the Rust winit crate, commonly used in game development and GPU-accelerated applications.

Rendering

  • Raw window handle support
  • Vulkan surface creation
  • Proper swapchain coordination

Integration

  • Event loop coordination
  • Proper resize handling
  • Multi-window support

Input

  • Keyboard input
  • Mouse and touch
  • Gamepad support (via plugins)

Use Cases

  • Game windows (bevy, wgpu)
  • GPU compute visualizers
  • Custom Vulkan applications
  • Rust GUI frameworks (iced, egui)