code wiki / _hdl_build / nx_procgen_board.nx

nx_procgen_board.nx

buildroot/runtime/_hdl_build/nx_procgen_board.nx

5323 B51 linesdepth 2pulls 2 transitivereach 0 importersview sourcekind tooltopic procgen
docsdependenciesstructsconstsfunctions

about

nx_procgen_board.nx -- serves the sovereign PROCEDURAL-GENERATION SOTA census (the Infinigen direction) as JSON on MCP + /compare. Self-contained (no file deps) so it runs on the NAS as an MCP tool. HONEST by construction: coverage measures the generative PRINCIPLE proven (asset-free + rule-grounded coherence + parametric diversity), NOT photoreal fidelity or Infinigen breadth -- those are named GAP. Re-bake when a rung moves. license_tier: ORIGINAL expect_exit: 0

dependencies 1 imports · 0 importers

nx_syscalls.nx nx_procgen_board.nx

imports: nx_syscalls.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main sys_mmap ocat aj ocat ↻

structs

none

consts

7const K_MAGIC_262144: i64 = 262144

functions

9func ocat(o: *u8, at: i64, s: *u8) -> i64 { var i: i64=0; var a: i64=at; while s[i]!=(0 as u8){o[a]=s[i]; a=a+1; i=i+1} return a }
called by 2: ajmain
10func aj(jb: *u8, jo: *i64, first: *i64, name: *u8, verdict: *u8, art: *u8) -> i64
called by 1: main calls 1: ocat
23func main() -> i64
calls 3: sys_mmapocataj