Fixed-step world runtime, event bus wire protocol between lanes, integration seam (game.ts) with placeholder ball. Lanes A/B/C own disjoint dirs. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
8 lines
242 B
TypeScript
8 lines
242 B
TypeScript
export * from "./world";
|
|
export * from "./physics_pipeline";
|
|
export * from "./serialization_pipeline";
|
|
export * from "./event_queue";
|
|
export * from "./physics_hooks";
|
|
export * from "./debug_render_pipeline";
|
|
export * from "./query_pipeline";
|