code wiki / _hdl_build / nx_vecpaint_test.nx
nx_vecpaint_test.nx
buildroot/runtime/_hdl_build/nx_vecpaint_test.nx
about
nx_vecpaint_test.nx -- verify vector typography is now FAST for the GUI: render a 720px VIEWPORT (not the
full page) with vec_headings=2 via br_draw_fb_at, at scroll=0 and scrolled, timed. With viewport culling
this should be a few ms (only visible boxes rastered) instead of ~108s (all 2990 boxes).
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_browser_render.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
| 7 | func pw(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 8 | func pn(v: i64) -> i64 |
| 17 | func main(argc: i64, argv: *i64) -> i64 |