|
Easys
A minimalist, header-only C++ ECS library for efficient and fuss-free entity and component management.
|
#include <cstdio>#include <string>#include <string_view>#include <type_traits>#include <typeinfo>
Go to the source code of this file.
Namespaces | |
| namespace | Easys |
Functions | |
| template<typename... Ts> | |
| void | Easys::checkComponentTraits (bool verbose=false) |
| Validates component types for ECS (Entity Component System) compatibility and performance. | |