flecsv4.1.6
- Updated
A fast entity component system (ECS) for C & C++
- Project website: https://github.com/SanderMertens/flecs
- Documentation: https://www.flecs.dev/flecs/
#Usage
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>)#Features
No features defined.
#Dependencies
No dependencies.
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
myd7349
Kyle Benesch
MonicaLiu
Konstantin Podsvirov
Javier Peletier
Bruce Mitchener
Carsten Rudolph
toge
ricardoofnl