From ca61d29acdd2bedc2546313677f5007a8491e709 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 29 Apr 2026 23:36:16 +0000 Subject: [PATCH] deploy(pointcloud): 21b2b3352f25a238f4b64bf5f2f968f5ef42622b 21b2b3352f25a238f4b64bf5f2f968f5ef42622b --- pointcloud/README.md | 15 ++ pointcloud/index.html | 363 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 378 insertions(+) create mode 100644 pointcloud/README.md create mode 100644 pointcloud/index.html diff --git a/pointcloud/README.md b/pointcloud/README.md new file mode 100644 index 00000000..37c57a8c --- /dev/null +++ b/pointcloud/README.md @@ -0,0 +1,15 @@ +# RuView — Live 3D Point Cloud Viewer + +Hosted at: https://ruvnet.github.io/RuView/pointcloud/ + +## Modes + +- Default — synthetic in-browser demo (no backend, no network calls). +- `?backend=auto` — fetch from `/api/splats` on the same origin + (only works when the viewer is served by `ruview-pointcloud serve`). +- `?backend=` — fetch from `/api/splats` on a CORS-permitting + host (e.g. `?backend=https://my-ruview.example.com`). +- `?live=1` — require a live backend; show an offline message instead + of falling back to the synthetic demo. + +See ADR-094 for the deployment design. diff --git a/pointcloud/index.html b/pointcloud/index.html new file mode 100644 index 00000000..c7895308 --- /dev/null +++ b/pointcloud/index.html @@ -0,0 +1,363 @@ + + + + RuView — Camera + WiFi CSI Point Cloud + + + + + +
+

RuView Point Cloud

+
Loading...
+
+ + +