Expand description
Capture and replay layout-module output for debugging.
store_computed_layout/load_computed_layout— JSON file I/O for layout output.capture::LayoutModuleCapture— wraps aLayoutManagerand records per-frame output (stage 1).isolated_replay::LayoutModuleReplay— replays a stored declaration through a layout module withoutCotisApp(alternative to stage-2UiFn).
Modules§
- capture
LayoutManagerdecorator that records layout output.- isolated_
replay - Isolated layout-module replay without a full
CotisApp.
Functions§
- load_
computed_ layout - Loads a vector of layout outputs from a JSON file.
- store_
computed_ layout - Writes a vector of layout outputs to a JSON file.