ecs
ecs copied to clipboard
A simple and easy to use entity-component-system C++ library
Results
1
ecs issues
Sort by
recently updated
recently updated
newest added
If you separate Components by different header files, you can get issue with wrong order of statics initialization. In this case, components factories vector can be initialized after all or...