Ecs Guide

Use when designing or implementing a data-oriented Entity-Component-System: archetype/bitmask storage, contiguous per-type component arrays, filter-and-batch systems, change tracking, and syncing ECS state into stateful external systems (renderer, physics). Triggers on entities, components, archetypes, systems, world iteration, component bitmasks, mirroring transforms to physics, even when the user doesn't say 'ECS'.

xonovex de81ec1 9 files · 26.9 KB Updated

File contents

xonovex/platform/tree/main/packages/skill/skill-ecs/ecs-guide commit de81ec12c4

Frequently asked questions

npx skillmds@latest add xonovex/ecs-guide