Files
2026-07-13 13:18:05 +08:00

1.0 KiB

@manycore/aholo-viewer

@manycore/aholo-viewer is the full-featured npm package for building browser-based Aholo Viewer applications. It includes the rendering runtime and TypeScript declarations for rendering 3D Gaussian Splatting (3DGS) and mesh content in WebGL/WebGL2-capable browsers.

Install

npm install --save @manycore/aholo-viewer

The package is ESM-only and ships TypeScript declarations through dist/index.d.ts.

Quick Start

Follow the Getting Started guide to create a Vite app, initialize a viewer, load a 3DGS splat, and render the first frame.

Documentation

License

MIT