C++ Event System
This article is a breakdown of how I have implemented an event system within my custom C++ game engine. This system is inspired by the one described in ‘Games Programming Patterns’, but with some key differences - one of these being that it is not ba...
indiegamescreation.hashnode.dev6 min read