
Entity Component Systems: A Different Approach to Coding
A Talk by Erik van Bilsen (Senior Software Engineer, Grijjy)
About this Talk
Entity Component Systems (ECS) is a programming paradigm that takes composition-over-inheritance to the extreme. It's a way to look at programming from a different perspective. Mostly used for high-performance games, it is an interesting concept in its own right.