A lightweight, header-only exploration of a theoretical archetype-based ECS (Entity Component System) with a focus on expressiveness, compile-time tricks, and performance. This project implements the ...
That is, in order to notify someone about the event, you need to create an entity and add an empty component to it. Another system creates a filter for this component, and if there are entities, we ...