Fast, type-safe C++ Entity Component System library
Fast, type-safe C++ Entity Component System
entityx$ brew install entityx && cat /usr/local/opt/entityx/include/entityx/entityx.h$ brew info entityx$ clang++ -I/usr/local/opt/entityx/include -L/usr/local/opt/entityx/lib -lentityx main.cpp -o game