code wiki / _hdl_build / nx_render_sota_census.nx

nx_render_sota_census.nx

buildroot/runtime/_hdl_build/nx_render_sota_census.nx

7168 B98 linesdepth 2pulls 2 transitivereach 0 importersview sourcekind tooltopic render
docsdependenciesstructsconstsfunctions

about

nx_render_sota_census.nx -- the BROWSER-RENDER SOTA census with the operator's sovereign+compat axes (2026-07-04: "state of the art ... nishi os + nishi browser, NO 3rd party but 3rd-party COMPATIBLE to edge/firefox/chrome"). Grades OUR render stack vs the SOTA bar (rsota_* corpus) AND the two axes the operator named: SOVEREIGNTY (we emit our own -- no three.js/Babylon) and CROSS-BROWSER COMPAT (runs on Chrome/Edge/Firefox/Safari via STANDARD APIs + on our own browser/OS). depth 0..3 per row (us vs the SOTA leader). ADVERSARIAL: a fabricated "we do X on GPU today" row must grade 0 (liar-kill). The ladder names the exact sovereign build path: WebGL2 beachhead (universal) -> PBR+shadow -> WebGPU fast-path -> the character on GPU -> SSS skin -> LPIPS-measured vs reference. license_tier: ORIGINAL expect_exit: 0

dependencies 1 imports · 0 importers

nx_syscalls.nx nx_render_sota_census.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 cw sys_write row cw ↻ cn sys_mmap ↻ sys_write ↻ cn ↻

structs

none

consts

none

functions

11func cw(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 }
called by 2: rowmain calls 1: sys_write
12func cn(v: i64) -> i64
called by 2: rowmain calls 2: sys_mmapsys_write
22func row(t: *i64, cell: *u8, us: i64, them: i64, ev: *u8) -> i64
called by 1: main calls 2: cwcn
33func main() -> i64
calls 4: sys_mmapcwrowcn