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

Investigate: allow custom contract handlers to not terminate.

kgorking opened this issue · comments

This will make it much easier to test behaviour that would normally result in termination of the program.