Skip to content

InMemoryGameboardEcs

Defined in: src/interop/interop.ts:612

Minimal in-memory ECS useful for tests, examples, and adapter prototyping.

adapter: GameboardEcsAdapter<InMemoryGameboardEcsEntity>

Defined in: src/interop/interop.ts:616

Adapter that populates entities.


entities: Map<string, InMemoryGameboardEcsEntity>

Defined in: src/interop/interop.ts:614

Mounted entities keyed by id.