This package works with Node.js, Deno, Bun, BrowsersIt is unknown whether this package works with Cloudflare Workers
JSR Score
94%
Published
6 months ago (0.1.7)
default
Simple ECS implementation using simple objects and archetypes (queries).
c
Archetype
An archetype is a collection of entities that share the same components. Archetypes should not be constructed directly, but rather through the World class using the World#archetype method.
T
SafeEntity
No documentation available
c
World
Container for entity and archetype management.