Visualizer Client
Internal Three.js and React Three Fiber visualizer for previewing and debugging scene graphs.
Overview
visualizer-client is an internal client package used to inspect, preview, and debug HoloScript scene structures. It is marked private and is primarily useful as a reference implementation.
Installation
This package is internal to the monorepo and is not intended as a public npm dependency.
Use When
- You are working inside the monorepo.
- You need a reference visualizer for scene debugging.
- You want to study an internal preview client built on Three.js and R3F.
Key Capabilities
- Internal preview and debugging surface.
- Useful reference for renderer-facing web clients.
- Supports scene inspection during development.