Expand description
Physics Lane.
After the Phase A refactor, StandardPhysicsLane is a thin wrapper
around [PhysicsProvider::step]: it does no World queries and
no structural mutations. The surrounding work is split into three
Substrate-Pass stages:
- [
khora_data::flow::PhysicsFlow::adapt] — AGDF detach/reattach plus theECS → providersync (sync_to_world-equivalent) that feeds the simulation its inputs. - This lane —
provider.step(dt). Pure simulation, no World access at all. - [
khora_data::ecs::systems::physics_world_writeback] — pulls the new transforms, kinematic results, and collision events back into the World during theMaintenancephase.
Structs§
- Standard
Physics Lane - The standard physics lane for industrial-grade simulation.