fledge_window 0.1.0
fledge_window: ^0.1.0 copied to clipboard
Window management plugin for the Fledge ECS game framework. Provides fullscreen, borderless, and windowed modes with runtime switching.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.0 - 2025-01-02 #
Added #
- Initial release of fledge_window
- Window modes: fullscreen, borderless, and windowed
- Runtime mode switching with toggleFullscreen, setWindowMode, cycleWindowMode
- WindowState resource for querying current window state
- DisplayInfo resource for monitor information
- WindowModeChanged event
- WindowResized event
- WindowFocusChanged event
- World extension methods for window control