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

Use requirement overloads for context::create_system

kgorking opened this issue · comments

Should allow me to return fully typed systems, which compilers can then inline, which is not possible atm because I am returning a system_base*

Can be done without requirement overloads