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

Hoist the 'system_hierarchy'' parent<type> filtering into 'system::find_entities'

kgorking opened this issue · comments

This will simplify the hierarchy argument building code a lot, and will allow other systems to use 'ecs::parent' without it being sorted.