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

Add a 'system_info' strcut to pass to make_system

kgorking opened this issue · comments

make_system(lambda, {.sortfn = std::sort, .compfn = std::less<int>, .interval = 100ms} );

There doesn't seem to be a good way to do this...