Flecs v4.0
A fast entity component system (ECS) for C & C++
|
C APIs for addons. More...
Topics | |
Alerts | |
Create alerts from monitoring queries. | |
App | |
Optional addon for running the main application loop. | |
Doc | |
Utilities for documenting entities, components and systems. | |
Http | |
Simple HTTP server used for serving up REST API. | |
Json | |
Functions for serializing to/from JSON. | |
Log | |
Logging functions. | |
Meta | |
Flecs reflection framework. | |
Meta Utilities | |
Macro utilities to automatically insert reflection data. | |
Metrics | |
Collect user-defined metrics from ECS data. | |
Module | |
Modules organize components, systems and more in reusable units of code. | |
Pipeline | |
Pipelines order and schedule systems for execution. | |
Rest | |
REST API for querying and mutating entities. | |
Flecs script | |
DSL for loading scenes, assets and configuration. | |
Stats | |
Collection of statistics for world, queries, systems and pipelines. | |
System | |
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.