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.
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.
npm i @trevordilley/ecs
0
0.0.2
MIT
5.27 kB
9