Fast and reliable entity-component system library for C++
Fast and reliable entity-component system for C++
entt
$ g++ -I$(brew --prefix entt)/include main.cpp -o app
$ find_package(EnTT REQUIRED)
$ ls $(brew --prefix entt)/include/entt/