1. Home
  2. Browse
  3. flecs

flecs

v4.0.2#0Go to latest

A fast entity component system (ECS) for C & C++

Install

Run the following Vcpkg command to install the port.

vcpkg install 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>)

Dependencies

See source

Version

v4.0.2#0

Publication

Supports

All

GitHub

SanderMertens/flecs6.6K

Homepage

github.com/SanderMertens/flecs

Documentation

flecs.dev/flecs

Subtree

330f444597

License

MIT

Definition

Manifest