Flecs v4.0
A fast entity component system (ECS) for C & C++
|
C++ APIs for addons. More...
Topics | |
Logging | |
Logging functions. | |
Alerts | |
Alert implementation. | |
App | |
Optional addon for running the main application loop. | |
Doc | |
Utilities for documenting entities, components and systems. | |
Events | |
API for emitting events. | |
Json | |
Functions for serializing to/from JSON. | |
Meta | |
Flecs reflection framework. | |
Metrics | |
The metrics module extracts metrics from components and makes them available through a unified component interface. | |
Modules | |
Modules organize components, systems and more in reusable units of code. | |
Pipelines | |
Pipelines order and schedule systems for execution. | |
Rest | |
REST API for querying and mutating entities. | |
Script | |
Stats | |
The stats addon tracks statistics for the world and systems. | |
Systems | |
Systems are a query + function that can be ran manually or by a pipeline. | |
Timer | |
Run systems at a time interval. | |
Units | |
Common unit annotations for reflection framework. | |
C++ APIs for addons.