You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.