kgorking / ecs

A header-only/importable c++20 implementation of an entity-component-system (ecs), with focus on a simple interface and speed.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Turn the global runtime into a class

kgorking opened this issue · comments

Gets rid of the globals and their guard values.

If the user want to use it globally, they can use the class as a global variable.