Expand description
Runtime: frame scheduler, event system, subsystem manager; ties every other crate into the main loop.
Structs§
- Event
System - Workspace-wide event bus.
- Frame
Scheduler - Builds and runs the per-frame job graph across every subsystem.
- Runtime
- Owns subsystem instances and drives the frame loop.
- Subsystem
Manager - Registry of active subsystems for the current
Runtime. The only place in the workspace allowed to know about every*-coreat once — see docs/dependency-rules.md rule 7.