entt

Fast and reliable entity-component system library for C++

brewmacoslinux
Try with needOr install directly
Source

About

Fast and reliable entity-component system for C++

Commands

entt

Examples

Include entt header in C++ project for ECS functionality$ g++ -I$(brew --prefix entt)/include main.cpp -o app
Use entt in CMake project by finding the package$ find_package(EnTT REQUIRED)
Access entt documentation and examples from installation$ ls $(brew --prefix entt)/include/entt/