u-space
v0.0.32
Published
The library based on three.js with WebGPURenderer.
Maintainers
Readme
u-space
The library based on three.js with WebGPURenderer.
Install
npm install u-spaceUsage
import { Viewer } from 'u-space';
const viewer = new Viewer({
el: document.getElementById('app')!,
});Release
Maintainers can publish u-space, u-space-mcp, docs, and examples with one command:
pnpm release:allSee the release guide for the one-time npm Trusted Publishing and Vercel setup.
