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

Get rid of std::variant<> in component_pool

kgorking opened this issue · comments

It's a PitA to use, and could be replaced with components like in system.

Closed by #98