Fast entity component system library for C and C++
Fast entity component system for C & C++
flecs
$ gcc -o my_game main.c -lflecs
$ g++ -o my_app main.cpp -lflecs -std=c++17
$ gcc main.c $(pkg-config --cflags --libs flecs) -o app