Concepts
ECS, a data oriented architecture bringing flexibility, reusable components and performance to you.
There you are again! I've missed you already, we haven't seen each other for a long time. I beg your pardon? You're asking what's behind Arch and an ECS? Then you'd better buckle up.
Arch is an Entity-Component System (ECS) which is an architectural pattern that favors composition over inheritance. Entities are small, unique identifiers, and Components are data attached to them. The term Systems often refers to the logic that operates on this data.
ECS in a nutshell
Archs promise
Additional features
Let's start! First you should get familiar with the World
!
Last updated
Was this helpful?