code wiki / (root) / nx_timeline_demo.nx

nx_timeline_demo.nx

buildroot/runtime/nx_timeline_demo.nx

3907 B93 linesdepth 8pulls 18 transitivereach 0 importersview sourcekind sketch/demo
docsdependenciesstructsconstsfunctions

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

nx_syscalls.nx nx_image.nx nx_png_decoder.nx nx_gradient_blend.nx nx_transition.nx nx_timeline.nx nx_bmp.nx nx_timeline_demo.nx

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

main png2img sys_mmap sys_read_file sys_openat_rd sys_lseek sys_mmap ↻ sys_read sys_close nx_png_decode sys_mmap ↻ _png_check_signature _png_read_u32_be nx_crc32 nx_crc32_update nx_crc32_init nx_crc32_table_at _png_n_channels _png_bytes_per_pixel _png_n_channels ↻ _png_a7_expected _png_a7_col0 _png_a7_coli _png_a7_row0 _png_a7_rowi nx_zlib_inflate sys_mmap ↻ nx_deflate_inflate sys_mmap ↻ nx_bitstream_alloc sys_mmap ↻ _deflate_inflate_block nx_bitstream_read_lsb nx_bitstream_byte_align nx_bitstream_read_byte_ali _deflate_build_static_litl _deflate_build_static_dist _deflate_decode_huffman_bl sys_mmap ↻ _deflate_build_dynamic_tre

structs

none

consts

none

functions

14func gp(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 1: main calls 1: sys_write
15func gn(v: i64) -> i64
called by 1: main calls 2: sys_mmapsys_write
28func png2img(path: *u8) -> *Image
42func tlpath(buf: *u8, i: i64) -> i64
called by 1: main
54func main() -> i64