aboutsummaryrefslogtreecommitdiff
path: root/adapters/fparkan-platform-winit
Commit message (Collapse)AuthorAgeFilesLines
* feat(platform-winit): bridge native window eventsValentin Popov3 days1-0/+43
|
* feat(platform-winit): apply lifecycle state updatesValentin Popov3 days1-0/+64
|
* fix(platform-winit): map lifecycle and pointer stateValentin Popov3 days1-9/+98
|
* feat(stage0): close native smoke acceptance gateValentin Popov3 days1-144/+15
|
* feat: create native smoke window handlesValentin Popov4 days1-2/+142
|
* feat: add native smoke window preflightValentin Popov4 days1-0/+67
|
* feat: expose native window handlesValentin Popov4 days2-2/+18
|
* fix: close stage 0-2 synthetic gatesValentin Popov4 days1-16/+46
|
* feat: close stage 0-2 audit groundworkValentin Popov4 days2-0/+270
Remove legacy SDL/OpenGL adapters from the workspace and introduce winit/Vulkan adapter boundaries for the rendered composition root. Add reproducible toolchain and xtask CI coverage for formatting, tests, clippy, docs, policy, deny, acceptance auditing, and hosted OS matrix evidence. Strengthen Stage 1 data contracts with byte-first paths, VFS hardening, structured diagnostics, RsLi writer/edit scaffolding, corpus reporting, and resource error classification. Advance Stage 2 asset preparation by moving mission loading through assets/runtime boundaries, materializing prototype graph data, preserving provenance, and adding inspection/viewer integration. Record the Stage 0-2 audit input, acceptance roadmap, coverage updates, and documentation notes for follow-up evidence.