v0.0.80rc1 - Workspace Multi-Path & Provider Pattern
This release candidate introduces a powerful new Workspace system for multi-path file serving, new Provider patterns for high-performance instanced rendering, and new visualization components.
New Features
Multi-Path Workspace System
The workspace parameter now accepts multiple paths and supports programmatic file serving:
Key Changes:
static_rootis deprecated → useworkspace/staticendpoint renamed →/workspacevuer.static_prefix→vuer.workspace_prefixvuer.localhost_prefixnow points to/workspace
New Blob Class for In-Memory Data
DepthPointCloud Component
Generate point clouds directly from depth images with colormap support:
DepthPointCloudProvider for High Performance
Render thousands of depth point clouds at 120fps with frustum culling and LoD:
BoundingBox Component
Render 3D bounding boxes with customizable edges and walls:
BoundingBoxProvider for Instanced Rendering
Render tens of thousands of bounding boxes efficiently:
API Changes Summary
| Old API | New API | Notes |
|---|---|---|
static_root="./data" | workspace="./data" | Deprecated with warning |
vuer.static_prefix | vuer.workspace_prefix | Network-accessible URL |
/static/file.png | /workspace/file.png | Endpoint renamed |
| Single path only | Multiple paths supported | workspace=["./a", "./b"] |
New Exports
Documentation
- New Depth Point Cloud example
- New Bounding Box component reference
- New Workspace API reference