ECS Pattern

Welcome to part 4 of the Design Patterns series.This episode will be about the ECS (Entity Component System) Pattern Entity Component System Entity-Component–System (ECS) is an architectural pattern. This pattern is widely used in game application development. ECS follows the … Continue reading ECS Pattern