nx_synth_page.nx
buildroot/runtime/nx_synth_page.nx
about
nx_synth_page.nx -- EMITS the /synth lab page (author-by-organ: the HTML is generated, never hand-shipped).
nishifamily.com/synth = the synthetic-humans & creatures lab: the motion-on-demand clips (mannequin + skinned
SDF body APNGs), the swap-slot bestiary contact sheet, the critic scorecard, and the honest census standing.
Assets referenced RELATIVE (wave.png / wave_photo.png / pioneer.png / variants.png live next to index.html).
Static, no JavaScript (APNG autoplays in <img>). Writes knowledge/synth.html; deploy = send to
sites/nishifamily/synth/. license_tier: ORIGINAL expect_exit: 0
dependencies 1 imports · 0 importers
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
structs
| none |
consts
| 8 | const K_MAGIC_3000: i64 = 3000 |
functions
| 10 | func pw(fd: i64, s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(fd, s, n); return 0 } |
| 11 | func pb(fd: i64, c: i64) -> i64 { let b: *u8 = sys_mmap(1); b[0] = c as u8; sys_write(fd, b, 1); return 0 } |
| 12 | func sw(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 13 | func swn(v: i64) -> i64 |
| 23 | func main() -> i64 |