mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-24 06:35:10 +00:00
Captures the bitECS / miniplex / koota / ECSY / Bevy survey from the world-consolidation analysis: structural patterns adopted (substrate-deep with domain-colocated components, small public API, reactive bridging via reactive(Map), brand-typed entity IDs), patterns explicitly rejected (replace-on-write, SoA/archetype storage, opaque entity IDs, substrate-side parent/child relations), and revisit thresholds. Cross-links from ADR 0008 Supporting Documents table. Amp-Thread-ID: https://ampcode.com/threads/T-019dd18c-2255-702a-9a0c-851d10fcd420 Co-authored-by: Amp <amp@ampcode.com>