code wiki / (root) / nx_browser_demo_lowercase.nx

nx_browser_demo_lowercase.nx

buildroot/runtime/nx_browser_demo_lowercase.nx

3321 B86 linesdepth 5pulls 7 transitivereach 0 importersview sourcekind sketch/demotopic browser
docsdependenciesstructsconstsfunctions

about

nx_browser_demo_lowercase.nx -- renders the lowercase pangram "the quick brown fox jumps over the lazy dog" across three lines, exercising the 26-letter lowercase font subset shipped this turn.

dependencies 5 imports · 0 importers

nx_syscalls.nx nx_css_color_decode.nx nx_paint_solid_rect.nx nx_paint_text.nx nx_paint_fb_ascii_dump.nx nx_browser_demo_lowercase.nx

imports: nx_syscalls.nxnx_css_color_decode.nxnx_paint_solid_rect.nxnx_paint_text.nxnx_paint_fb_ascii_dump.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main sys_mmap nx_framebuffer_init nx_framebuffer_clear _put_byte nx_paint_text _paint_text_glyph nx_font_5x7_glyph_row _paint_text_pixel nx_paint_fb_ascii_dump _fb_ascii_char_for_pixel sys_write

structs

none

consts

10const K_MAGIC_4096: i64 = 4096

functions

12func _put_byte(buf: *u8, i: i64, v: i64) -> i64
called by 1: main
17func main() -> i64