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

Component walkers

kgorking opened this issue · comments

Create classes for walking components linearly, instead of doing lookup

In component_pool: entity_iterator, range_iterator