mirror of
https://github.com/ruvnet/RuView
synced 2026-07-31 18:51:42 +00:00
43f853d61a
Vite + Lit dashboard for the nvsim NV-diamond magnetometer simulator.
WASM-backed deterministic pipeline (Proof::EXPECTED_WITNESS_HEX matches
across browsers and machines). PWA-enabled with service worker and
manifest scoped to /RuView/nvsim/.
Live: https://ruvnet.github.io/RuView/nvsim/
Preserves all sibling demos:
- / (Observatory)
- /pose-fusion/ (Pose Fusion)
- /ui/ (legacy UI)
Source: feat/nvsim-pipeline-simulator @ 5846c3d6d
Co-Authored-By: claude-flow <ruv@ruv.net>
11 lines
504 B
XML
11 lines
504 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="512" height="512">
|
|
<defs>
|
|
<linearGradient id="g" x1="0" x2="1" y1="0" y2="1">
|
|
<stop offset="0" stop-color="#e6a86b"/>
|
|
<stop offset="1" stop-color="#a4633a"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="512" height="512" rx="96" fill="url(#g)"/>
|
|
<text x="256" y="332" text-anchor="middle" font-family="ui-monospace,SFMono-Regular,Menlo,monospace" font-weight="700" font-size="220" fill="#1a0f00">NV</text>
|
|
</svg>
|