nx_transition_gate.nx
buildroot/runtime/nx_transition_gate.nx
about
nx_transition_gate.nx -- REFEREE for R4 (nx_transition).
Solid frames A=(200,40,0), B=(0,80,200), 8x8x3. Asserts:
xfade@0 == A exactly (pure A end)
xfade@Q == B exactly (pure B end)
xfade@Q/2 LINEAR == midpoint (100,60,100)
xfade@Q/2 SMOOTHSTEP == midpoint too (smoothstep(0.5)=0.5)
xfade@Q/4 LINEAR != xfade@Q/4 SMOOTHSTEP (the easing curve actually bends)
fade@0 == black (0,0,0) ; fade@Q == A (fade-in endpoints)
Every value PRINTED. stdout + knowledge/status/transition_gate.log. Exit 0/1.
Sovereign: nx_syscalls + nx_image + nx_gradient_blend + nx_transition.
license_tier: ORIGINAL
dependencies 4 imports · 0 importers
imports: nx_syscalls.nxnx_image.nxnx_gradient_blend.nxnx_transition.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
| none |
functions
| 17 | func gp(logfd: i64, s: *u8) -> i64 |
| 24 | func gn(logfd: i64, v: i64) -> i64 |
| 38 | func fill(img: *Image, r: i64, g: i64, b: i64) -> i64 |
| 48 | func main() -> i64 |