Mobile Entity Component System (mecs).
About: Entity Component System (ECS) - combination of Events, Components, Entities & Systems.
Language: C++.
Usage: To use, just include headers & sources. CMakeLists.txt can be included to use as 'headers-only library', just set "MECS_LIB_HEADERS" & "MECS_LIB_SOURCES" CMake-variables to store exported source-code.
Example: Executable example autoamically created with root-CMakeLists.txt.