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

Readme - expand on use of const in systems

kgorking opened this issue · comments

Add a small paragraph about how it impacts scheduling.