Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 446 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 446 Bytes

mecs_lib

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.