@trevordilley/ecs
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

Simple Entity-Component-System (ECS)

Given an object containing a set of strings identifying an entity's components, apply the logic from a set of systems predicated on allOf, oneOf, or noneOf the components being present in an entity.

Package Sidebar

Install

npm i @trevordilley/ecs

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

5.27 kB

Total Files

9

Last publish

Collaborators

  • trevordilley