code wiki / solarsim
topic: solarsim
5 modules sharing the solarsim name family (derived from the tree's prefix discipline).
| module | description | lines | funcs |
|---|---|---|---|
| nx_solarsim.nx | Simulates the solar system with integer-based N-body physics, rendering planets and trails in a packed RGB framebuffer. | 151 | 22 |
| nx_solarsim_gate.nx | NATIVE verify of the browser solar-system sim (base = mmap; the SAME base-relative code | 137 | 6 |
| nx_solarsim_html.nx | SOVEREIGN packager: the real N-body solar-system wasm -> self-contained .html that runs in | 37 | 2 |
| nx_solarsim_pack.nx | Compiles NishiLang code to WebAssembly and packages it into a self-contained HTML file. | 86 | 4 |
| nx_solarsim_wasm_vm_gate.nx | RUN (not just compile) the browser solar-system wasm in our OWN sovereign WASM VM | 73 | 5 |