A fast entity component system (ECS) for C & C++
Run the following Vcpkg command to install the port.
vcpkg install flecs
The package flecs provides CMake targets:
find_package(flecs CONFIG REQUIRED) target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:flecs::flecs>,flecs::flecs,flecs::flecs_static>)
v4.0.2#0
Sep 27, 2024
All
SanderMertens/flecs6.3K
github.com/SanderMertens/flecs
flecs.dev/flecs
330f444597
MIT
Manifest