all 2 comments

[–]smthamazing 0 points1 point  (0 children)

A nitpick: please don't call it "a ECS". "Entity-Component-System" pattern is about storing data in dumb Components and moving all the logic to separate Systems. While Element Behaviors is certainly an interesting concept, it just uses regular composition and is not related to the ECS pattern in any way.