nx_timeline_demo.nx
buildroot/runtime/nx_timeline_demo.nx
about
nx_timeline_demo.nx -- VISIBLE proof of R4b: assemble two REAL gallery stills
into a 6-frame timeline (clipA held, 2-frame crossfade, clipB held) using
nx_timeline_plan + nx_xfade_frame, emitting tl_0..tl_5.bmp. Flip through them
to SEE the stitched cut-with-dissolve. Sovereign throughout.
license_tier: ORIGINAL
dependencies 7 imports · 0 importers
imports: nx_syscalls.nxnx_image.nxnx_png_decoder.nxnx_gradient_blend.nxnx_transition.nxnx_timeline.nxnx_bmp.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
| 14 | func gp(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 15 | func gn(v: i64) -> i64 |
| 28 | func png2img(path: *u8) -> *Image |
| 42 | func tlpath(buf: *u8, i: i64) -> i64 called by 1: main |
| 54 | func main() -> i64 |