Showing results for

ecs

on www.flecs.dev
flecs.dev › flecs › app 8h source.html
Flecs: include/flecs/addons/app.h Source File
...struct ecs_world_t ecs_world_t
A world is the container for all ECS data and supporting features.
#define ecs_ftime_t
Customizable precision for scalar time values.
uint16_t...
flecs.dev › flecs › md docs 2FAQ.html
Flecs: FAQ
See the ECS FAQ
There are a lot of reasons, but the main ones are:
You can! Even though the C++ API is C++11...
flecs.dev › flecs › md docs 2Systems.html
Flecs: Systems
...A pipeline query is a regular ECS query, which matches system entities. Flecs has a builtin pipeline with a predefined query, in addition to...
flecs.dev › flecs › files.html
Flecs: File List
Flecs
v4.0
A fast entity component system (ECS) for C & C++
Loading...
Searching...
flecs.dev › flecs › md docs 2Quickstart.html
Flecs: Flecs Quickstart
...Flecs Overview
World
The world is the container for all ECS data. It stores the entities and their components, does queries and runs systems...
flecs.dev › flecs › script math 8h source.html
Flecs: include/flecs/addons/script_math.h Source File
6#ifdef FLECS_SCRIPT_MATH
19#ifndef FLECS_SCRIPT_MATH_H
20#define FLECS_SCRIPT_MATH_H
44void FlecsScriptMathImport(
struct ecs_world_t ecs_world_t
flecs.dev › flecs › structecs world info t.html
Flecs: ecs_world_info_t Struct Reference
...Used to remove library prefixes of symbol names (such as Ecs
, ecs_
) when registering them as names.
flecs.dev › flecs › md docs 2ObserversManual.ht…
Flecs: Observers
...Events can be either user defined or builtin, where the latter communicates changes in the ECS such as adding and removing components. Observers are...
flecs.dev › flecs › group builtin components.ht…
Flecs: Builtin component types.
...Adding this component does not change the behavior of core ECS operations.
◆ EcsIdentifier
flecs.dev › flecs › structEcsDefaultChildCompon…
Flecs: EcsDefaultChildComponent Struct Reference
...Adding this component does not change the behavior of core ECS operations.