code wiki / _hdl_build / nx_worldgen_showcase.nx

nx_worldgen_showcase.nx

buildroot/runtime/_hdl_build/nx_worldgen_showcase.nx

17780 B177 linesdepth 4pulls 8 transitivereach 0 importersview sourcekind orphan librarytopic worldgen
docsdependenciesstructsconstsfunctions

about

nx_worldgen_showcase.nx -- PUBLISH sovereign Infinigen rung 1 (operator: build a WORLD, + publish updates). Renders several procedural worlds (varied seeds + weather) into a self-contained /world page. No ML, no assets, no libraries -- our own integer heightfield ray-marcher. license_tier: ORIGINAL expect_exit: 0

dependencies 4 imports · 0 importers

nx_syscalls.nx nx_png.nx nx_base64.nx nx_worldgen.nx nx_worldgen_showcase.nx

imports: nx_syscalls.nxnx_png.nxnx_base64.nxnx_worldgen.nx

imported by: nobody (leaf or entry point)

structs

none

consts

none

functions

9func hw(fd: i64, s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(fd, s, n); return 0 }
11func emit_world(fd: i64, seed: i64, mode: i64, cap: *u8, fb: *i64, tmp: *u8) -> i64
25func main() -> i64