Overview
Replace full-frame cells in a deterministic order between two terminal compositions.
Build
- 01
Divide both scenes into the same cell grid.
- 02
Use a fixed hash to rank cell replacement.
- 03
Keep every cell occupied by either source or destination throughout the handoff.
Example source React / TSX
examples/pixel-scene-replacement.tsx · Uses the catalog’s shared composition helpers.
Loading source…