Blog: Creating an awesome game design pattern in C++
In this article I want to talk about the Entity-Component-System (ECS). It is a design pattern that allows you lots of flexibility in designing your overall software architecture. Let's take a look!...
Read more »