kon_window

Crates.iokon_window
lib.rskon_window
version0.2.0
created_at2026-01-17 12:07:15.735147+00
updated_at2026-01-17 12:07:15.735147+00
descriptionWinit-based window management for the Kon Engine.
homepagehttps://github.com/cey0225/kon
repositoryhttps://github.com/cey0225/kon
max_upload_size
id2050321
size74,972
Ceyhun (cey0225)

documentation

README

kon_window

kon_window is the windowing subsystem of Kon Engine - it manages the display surface, event loop integration, and acts as the primary source for raw OS events using winit.

Scope

  • Window Management: Configurable window creation and resizing.
  • Event Loop Integration: Drives the application loop and polls system events.
  • Raw Event Capture: Captures raw input events (keyboard, mouse, focus) and forwards them to the core event queue.
# Part of the kon-engine ecosystem
cargo add kon-engine

License

MIT OR Apache-2.0

Commit count: 54

cargo fmt