Files
cloudview/requirements.txt
K. Isom 54a01625ce Initial commit: CloudView generic networked point-cloud viewer
Standalone Open3D viewer that listens on a TCP/Unix socket and renders NDJSON point-cloud streams from any producer. Decoupled server/protocol/store layers (no Open3D dependency, testable headless) plus a lazy Open3D render loop.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-24 14:09:11 -07:00

4 lines
91 B
Plaintext

# 3D point-cloud rendering with an interactive orbit/zoom camera.
open3d>=0.18
numpy>=1.23