Showing results for

ecs

on www.flecs.dev
flecs.dev › flecs › hierarchy.html
Flecs: Class Hierarchy
Flecs
v4.0
A fast entity component system (ECS) for C & C++
Loading...
Searching...
flecs.dev › flecs › group world misc.html
Flecs: Misc
...Having large amounts of empty tables does not negatively impact performance of the ECS, but can take up considerable amounts of memory, especially in...
flecs.dev › flecs › structflecs 1 1component me…
Flecs: Member List
Flecs
v4.0
A fast entity component system (ECS) for C & C++
Loading...
Searching...
flecs.dev › flecs › stats 8h source.html
Flecs: include/flecs/addons/stats.h Source File
...struct ecs_world_t ecs_world_t
A world is the container for all ECS data and supporting features.
#define ECS_COMPONENT_DECLARE(id)
Forward declare a component.
#define ecs_ftime_t...
flecs.dev › flecs › meta 8h source.html
Flecs: include/flecs/addons/meta.h Source File
...struct ecs_world_t ecs_world_t
A world is the container for all ECS data and supporting features.
uint64_t ecs_id_t
Ids are the things that can be...
flecs.dev › flecs › component 8hpp source.html
Flecs: include/flecs/addons/cpp/component.hpp Source File
...struct ecs_world_t ecs_world_t
A world is the container for all ECS data and supporting features.
transcribe_cv_t< remove_reference_t< P >, typename raw_type_t< P >::second > pair_second_t
Get...
flecs.dev › flecs › delegate 8hpp source.html
Flecs: include/flecs/addons/cpp/delegate.hpp Source File
...struct ecs_world_t ecs_world_t
A world is the container for all ECS data and supporting features.
struct ecs_record_t ecs_record_t
Information about an entity, like its...
flecs.dev › flecs › md docs 2Queries.html
Flecs: Queries
...This is one of the main reasons why queries in an archetype ECS are fast.
The second reason that queries in an archetype ECS...
flecs.dev › flecs › structflecs 1 1world.html
Flecs: flecs::world Struct Reference
...The world is the container of all ECS data and systems. If the world is deleted, all data in the world will be deleted...
flecs.dev › flecs › md docs 2FlecsScript.html
Flecs: Flecs Script
...In a nutshell, Flecs Script is to ECS what HTML/JSX is to a browser.
Some of the features of Flecs Script are:
var...