code wiki / simlab
topic: simlab
5 modules sharing the simlab name family (derived from the tree's prefix discipline).
| module | description | lines | funcs |
|---|---|---|---|
| nx_simlab.nx | Simulates 2D gravitational orbits using integer arithmetic for both native and browser execution. | 126 | 19 |
| nx_simlab_gate.nx | NATIVE eyeball+physics verify of the browser sim-lab (base = mmap). This is the SAME | 59 | 5 |
| nx_simlab_html.nx | SOVEREIGN packager: integer sim-lab wasm -> self-contained .html that runs in any browser. | 31 | 2 |
| nx_simlab_pack.nx | Compiles nx_simlab.nx to WASM and packages it into HTML using sovereign tools and syscalls. | 93 | 5 |
| nx_simlab_wasm_vm_gate.nx | RUN (not just compile) the browser sim's wasm in our OWN sovereign WASM VM | 75 | 5 |