UNPKG
@trevordilley/ecs
Version:
latest (0.0.2)
0.0.2
0.0.1
A simple Entity Component System (ECS)
github.com/trevordilley
trevordilley/ECS
@trevordilley/ecs
/
README.md
8 lines
(4 loc)
•
248 B
Markdown
View Raw
1
2
3
4
5
6
7
8
# 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.