Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 908 Bytes

File metadata and controls

25 lines (21 loc) · 908 Bytes

Concepts

These pages explain how Scenix systems fit together before you copy guide code. Read them when deciding crate boundaries, feature flags, data ownership, or runtime architecture.

Common Rule

CPU crates describe scene data. Optional loader, renderer, post, Animato, and WASM crates are layered on top and stay opt-in.