Commit Graph

4 Commits

Author SHA1 Message Date
L'électron rare 0d1e97865f docs(plan): data_only_viz tech debt cleanup plan
4 findings : silent NLF inference loop, per-frame allocations in
the Metal renderer, unguarded top-level torch import, hardcoded
DETRPose model size. Out of scope here, kept for future cleanup.
2026-05-13 11:46:21 +02:00
L'électron rare b6b381bc29 docs(plans): mark multihmr implemented + keep NLF
Banner on the Multi-HMR plan flipped from OBSOLETE back to
IMPLEMENTED after the NLF re-pivot (NLF TorchScript bundles
a CUDA-hardcoded YOLO detector incompatible with Mac CPU/MPS).
NLF plan stays in tree for the historical analysis.
2026-05-13 11:28:58 +02:00
L'électron rare a46b408fee docs: multihmr realitykit body mesh plan
Implementation plan for Multi-HMR + RealityKit body
mesh visualizer (generated 2026-05-13).
2026-05-13 09:34:34 +02:00
L'électron rare 02de5302c9 feat: add realart web application with Hydra, WebGL, and OSC data feeds
- Implemented Hydra visualizations in `web_realart/public/hydra/app.js` and `index.html`.
- Created WebGL visualizer using Three.js and WebGPU in `web_realart/public/webgl/app.js` and `index.html`.
- Developed main landing page in `web_realart/public/index.html` to showcase different visualizations.
- Set up WebSocket server in `web_realart/server.js` to relay OSC messages to web clients.
- Added health check API endpoint for monitoring server status.
2026-05-11 07:21:04 +02:00