Skip to content

What is an ECS?

Anthony Baynham edited this page May 29, 2016 · 1 revision

An ECS (Entity Component System) is a programming design pattern for video games whereby all Entities are instances of a single type and are given functionality through the use of Components and Systems.

Components store data and Systems use that data to manipulate, update and draw Entities in the game world.

Clone this wiki locally