WGPU Test Adapter was failing #677

Merged
SakulFlee merged 22 commits from test_adapter_failure into main 2026-07-10 01:00:10 +02:00
Owner
No description provided.
Switch to PAT-based auth for git push in format and clippy steps.
Uses the dedicated 'woodpecker' bot account's PAT via forgejo_token
secret, instead of the user password.

Fixes #668
Signed-off-by: @SakulFlee | Lukas Weber <dev@sakul-flee.de>
Phase 1a of ECS migration (see docs/ecs-migration-plan.md).

Adds:
- Crate: orbital_ecs_bridge — bridge types between the engine and ECS
- FrameCounter(u64) — monotonic frame count
- DeltaTime(f64) — seconds since last frame (clamped to [0,1])
- TotalTime(f64) — accumulated time since start
- CursorPosition(Vector2<f64>) — latest mouse position
- WindowSize(Vector2<u32>) — current window dimensions
- InputSnapshot(InputState) — frame-consistent input state
- DeviceResource(Arc<Device>) — shared GPU device handle
- QueueResource(Arc<Queue>) — shared GPU queue handle

Re-exported via orbital::ecs_bridge
Cargo.lock update
All checks were successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
33175c4d24
Signed-off-by: @SakulFlee | Lukas Weber <dev@sakul-flee.de>
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
SakulFlee/Orbital!677
No description provided.