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>
12 lines
311 B
TypeScript
12 lines
311 B
TypeScript
export * from "./broad_phase";
|
|
export * from "./narrow_phase";
|
|
export * from "./shape";
|
|
export * from "./collider";
|
|
export * from "./collider_set";
|
|
export * from "./feature";
|
|
export * from "./ray";
|
|
export * from "./point";
|
|
export * from "./toi";
|
|
export * from "./interaction_groups";
|
|
export * from "./contact";
|