entityx

Fast, type-safe C++ Entity Component System library

brewmacoslinux
Try with needOr install directly
Source

About

Fast, type-safe C++ Entity Component System

Commands

entityx

Examples

Create a new Entity Component System project using entityx headers$ brew install entityx && cat /usr/local/opt/entityx/include/entityx/entityx.h
View entityx version and installation details$ brew info entityx
Link entityx library in C++ project compilation$ clang++ -I/usr/local/opt/entityx/include -L/usr/local/opt/entityx/lib -lentityx main.cpp -o game