code wiki / _hdl_build / nx_vecphrase_proof.nx
nx_vecphrase_proof.nx
buildroot/runtime/_hdl_build/nx_vecphrase_proof.nx
about
nx_vecphrase_proof.nx -- render a real lowercase phrase through the SOVEREIGN VECTOR FONT (nx_font.nx
font_text -> aa_raster) to show its true s-class quality on words -- using ONLY the 8 currently-drawn
glyphs (n h i s t e o r). Proves the tech is s-class; the gap is the rest of the alphabet (DATA).
dependencies 3 imports · 0 importers
imports: nx_font.nxnx_aa_raster.nxnx_png_write.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
| 7 | const K_MAGIC_1600: i64 = 1600 |
| 8 | const K_MAGIC_8192: i64 = 8192 |
| 9 | const K_MAGIC_1024: i64 = 1024 |
functions
| 11 | func slen(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } return n } called by 1: main |
| 13 | func main() -> i64 |