code wiki / _hdl_build / nx_anatomy_critic_gate.nx
nx_anatomy_critic_gate.nx
buildroot/runtime/_hdl_build/nx_anatomy_critic_gate.nx
about
nx_anatomy_critic_gate.nx -- proves the anatomy critic is a REAL instrument by making it FAIL things
that should fail, including OUR OWN current figure. A critic you have not seen reject your own work is
not evidence -- that is the banked law this whole gate exists to honour.
MUTATION TARGET (documented): remove the connectivity hard-cap in ac2_quality => T1 RED (a detached
head scores as a sound body).
license_tier: ORIGINAL
dependencies 4 imports · 0 importers
imports: nx_syscalls.nxnx_anatomy_critic.nxnx_game_raster.nxnx_game_critic.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
| 29 | const FW: i64 = 160 |
| 30 | const FH: i64 = 220 |
| 31 | const BG: i64 = 0 // black background |
functions
| 12 | func p(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 pn(v: i64) -> i64 |
| 27 | func nl() -> i64 { p("\n" as *u8); return 0 } |
| 33 | func newfb() -> *i64 |
| 38 | func ell(fb: *i64, cx: i64, cy: i64, rx: i64, ry: i64, c: i64) -> i64 |
| 53 | func draw_sound(fb: *i64) -> i64 |
| 67 | func draw_detached(fb: *i64) -> i64 |
| 80 | func ell_shaded(fb: *i64, cx: i64, cy: i64, rx: i64, ry: i64, r: i64, g: i64, b: i64) -> i64 |
| 106 | func draw_shaded_detached(fb: *i64) -> i64 |
| 118 | func draw_lollipop(fb: *i64) -> i64 |
| 126 | func draw_cylinder(fb: *i64) -> i64 |
| 134 | func main() -> i64 |