kon_window 0.2.0

Winit-based window management for the Kon Engine.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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.
- 
```bash
# Part of the kon-engine ecosystem
cargo add kon-engine
```

## License

MIT OR Apache-2.0