@trevordilley/ecs
v0.0.2
Published
A simple Entity Component System (ECS)
Downloads
2
Maintainers
Readme
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.