topic: frame
12 modules sharing the frame name family (derived from the tree's prefix discipline).
The 'frame' topic family in the Nishi sovereign ecosystem manages frame-level performance and consistency across devices, ensuring smooth and synchronized rendering. Modules like nx_frame_budget enforce time constraints based on target FPS, while nx_frame_pacing_gate acts as the pacing referee to maintain steady frame delivery. nx_frame_hash provides a mechanism for detecting desynchronization by hashing simulation states, supporting reliable frame verification and synchronization across distributed systems.
auto-narrated by the local model from this topic's module headers; links verified against the wiki index.
narrated overview -- maintained by the narration lane, module links verified against this wiki.
| module | description | lines | funcs |
|---|---|---|---|
| nx_frame_budget.nx | Enforces a per-frame time budget based on target FPS to ensure frame work fits within device-specific performance limits. | 12 | 4 |
| nx_frame_budget_gate.nx | proves P3 floor-device budget end-to-end: same 20-tri scene as nx_cull_lod, | 61 | 3 |
| nx_frame_codec.nx | TUTOR-AUTHORED SCAFFOLD (Claude), NOT team-emitter output. | 215 | 13 |
| nx_frame_codec_adaptive.nx | TUTOR-AUTHORED SCAFFOLD (Claude), NOT team-emitter output. | 246 | 16 |
| nx_frame_hash.nx | per-frame simulation-state hash for desync detection. | 195 | 6 |
| nx_frame_pacing_gate.nx | THE PACING REFEREE (gameengine GE15 pf_referee + GE32 perf_frame, 2026-09-02). | 185 | 2 |
| nx_frame_pacing_lib.nx | THE NATIVE HALF OF THE FRAME-BUDGET RULER: one conf reader, one plane reader, one | 324 | 19 |
| nx_frame_raw_ingest_gate.nx | 40 | 2 | |
| nx_frame_raw_wasm_gate.nx | 31 | 1 | |
| nx_frame_sanity.nx | EXPERIENTIAL frame verifier: mechanizes the eyeball for rendered RGB frames. | 124 | 5 |
| nx_frame_sanity_gate.nx | certification for the experiential frame verifier. Every fail-tooth is a | 181 | 9 |
| nx_frame_score.nx | score ANY captured frame with the hardened nx_game_critic, ONE ruler ONE scale. | 272 | 11 |