Helper utilities built on top of EnTT.
- Delay destructions of entities/components with buffered_mixin.
- Simplify creation of entities with create.
- Ensure all your components are pre-registered with registered components.
- Schedule functions to be called with timer_pool.
Please consult the corresponding files and examples folder on how to use these utilities.