Skip to main content

latest

TypeScript entity component system favouring simple objects.

This package works with Node.js, Deno, Bun, BrowsersIt is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
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.