topic: mesh
25 modules sharing the mesh name family (derived from the tree's prefix discipline).
The 'mesh' topic family in the Nishi sovereign ecosystem provides tools for managing and processing 3D meshes across distributed systems. The nx_mesh module serves as a typed 3D mesh container, while nx_mesh_autoscale acts as a controller for dynamically scaling worker meshes to zero, similar to Modal or KServe. nx_mesh_batch introduces dynamic batching and request queueing with admission control, akin to Triton, enabling efficient resource utilization in mesh-based workflows.
auto-narrated by the local model from this topic's module headers; links verified against the wiki index.
narrated overview -- maintained by the narration lane, module links verified against this wiki.
| module | description | lines | funcs |
|---|---|---|---|
| nx_mesh.nx | typed 3D mesh container. | 336 | 13 |
| nx_mesh_autoscale.nx | WORKER MESH F3: sovereign AUTOSCALE-TO-ZERO controller (the Modal/KServe analog). | 220 | 14 |
| nx_mesh_batch.nx | WORKER MESH: DYNAMIC BATCHING scheduler + request QUEUE with admission control (the Triton | 196 | 13 |
| nx_mesh_christus_probe.nx | minimal repro for the christus exit=11 (mesh.n_tris != 4). | 43 | 2 |
| nx_mesh_decimate.nx | mesh DECIMATION by dense-grid vertex clustering (Rossignac-Borrel 1993), | 103 | 2 |
| nx_mesh_decimate_gate.nx | GATE for mesh decimation (the R-exceed size rung). Decimates the | 119 | 6 |
| nx_mesh_edit.nx | DCC modeling verbs on NxMesh (Blender-class), all sovereign. | 160 | 5 |
| nx_mesh_edit_test.nx | KAT gate for the DCC modeling verbs. Closed-form | 82 | 5 |
| nx_mesh_gateway.nx | OPAQUE-gated reverse proxy for the NSFW gallery, mounted under /mesh/*. | 336 | 20 |
| nx_mesh_gen.nx | WORKER MESH R2: the SOVEREIGN end-to-end actuator. Retires the curl/base64 shell from the | 347 | 19 |
| nx_mesh_hostagent.nx | WORKER MESH: the AUTONOMOUS host-agent that makes autoscale HANDS-OFF. It runs on the | 198 | 15 |
| nx_mesh_lb.nx | WORKER MESH: multi-worker LOAD BALANCER + HEALTH-AWARE routing (the Triton/Ray replica-routing | 227 | 16 |
| nx_mesh_mux.nx | WORKER MESH: MULTI-MODEL multiplexing on one GPU (the Triton model-management analog). A single | 191 | 12 |
| nx_mesh_print_check.nx | printability checks on the L1 canonical | 171 | 5 |
| nx_mesh_print_check_test.nx | exercise bbox + manifold check | 55 | 1 |
| nx_mesh_probe.nx | SHARED worker-mesh health probe (single source; consolidates the copy that lived in | 52 | 3 |
| nx_mesh_qem.nx | mesh decimation by QUADRIC ERROR METRICS (Garland-Heckbert 1997), pure | 187 | 3 |
| nx_mesh_qem_gate.nx | MEASURED-EXCEED gate for QEM decimation vs uniform vertex clustering. | 71 | 5 |
| nx_mesh_run.nx | WORKER MESH CONDUCTOR: runs ONE job through the whole authorized pipeline by composing the REAL | 166 | 10 |
| nx_mesh_sculpt.nx | ZBrush-class curved primitive + sculpt brush, sovereign. | 124 | 5 |
| nx_mesh_sculpt_test.nx | KAT gate for the ZBrush-class curved primitive + | 82 | 6 |
| nx_mesh_serve.nx | WORKER MESH SERVICE: the standing daemon that makes the whole mesh LIVE at a URL, now a | 267 | 12 |
| nx_mesh_stream.nx | WORKER MESH: STREAMING responses (the Triton decoupled / OpenAI-stream analog). A long job | 163 | 12 |
| nx_mesh_terrain_gate.nx | proves the renderer is NOT voxel-bound: a smooth TRIANGULATED heightfield mesh | 202 | 15 |
| nx_mesh_view.nx | SOVEREIGN full-detail mesh renderer: loads a .nxmesh (every vertex, every | 274 | 6 |