Migrate window config to winit WindowAttributes #20

Open
opened 2025-12-17 02:18:03 +00:00 by siennathesane · 0 comments
siennathesane commented 2025-12-17 02:18:03 +00:00 (Migrated from github.com)

Migrate all window configuration to use winit's WindowAttributes instead of Bevy abstractions.

Scope:

  • Identify window configuration logic
  • Convert to winit WindowAttributes
  • Update both iOS and desktop executors
  • Verify all window settings work correctly

Acceptance Criteria:

  • All window config uses winit WindowAttributes
  • Window size, position, mode work correctly
  • Platform-specific settings preserved
  • No Bevy window abstractions remain
Migrate all window configuration to use winit's WindowAttributes instead of Bevy abstractions. **Scope:** - Identify window configuration logic - Convert to winit WindowAttributes - Update both iOS and desktop executors - Verify all window settings work correctly **Acceptance Criteria:** - [ ] All window config uses winit WindowAttributes - [ ] Window size, position, mode work correctly - [ ] Platform-specific settings preserved - [ ] No Bevy window abstractions remain
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: studio/marathon#20