code wiki / _hdl_build / nx_brand_gallery.nx

nx_brand_gallery.nx

buildroot/runtime/_hdl_build/nx_brand_gallery.nx

2299 B26 linesdepth 2pulls 2 transitivereach 1 importersview sourcekind librarytopic brand
docsdependenciesstructsconstsfunctions

about

nx_brand_gallery.nx -- a STARTER TEMPLATE GALLERY: a set of distinct, UX-compliant .site starter blueprints (landing / services / about / contact) any user picks and renders through the brand-wired builder -> on-brand, token-driven, polished pages out of the box. We HAVE a gallery (breadth vs Wix's 900+ stays the R6 honest BEHIND). Library; templates are DATA. 100% sovereign. license_tier: ORIGINAL

dependencies 1 imports · 1 importers

nx_syscalls.nx nx_brand_gallery.nx nx_brand_gallery_gate.nx

imports: nx_syscalls.nx

imported by: nx_brand_gallery_gate.nx

structs

none

consts

none

functions

7func bg_streq(a: *u8, b: *u8) -> i64 { var i: i64=0; while a[i]!=(0 as u8){ if a[i]!=b[i] { return 0 } i=i+1 } if b[i]!=(0 as u8){ return 0 } return 1 }
called by 1: bg_template
9func bg_count() -> i64 { return 4 }
called by 1: main
12func bg_template(id: *u8) -> *u8
called by 1: g_render calls 1: bg_streq