create-triscope
v0.5.0
Published
Scaffold a new Triscope project: Vite + Three.js WebGPU + lab harness + .claude/skills/.
Maintainers
Readme
create-triscope
Scaffold a new triscope project — a Three.js + WebGPU lab wired for the triscope MCP tool chain.
npm init triscope my-app
# or with a starter preset:
npm init triscope my-app -- --preset waveThen:
cd my-app
npm install
npm run dev # open the lab in a WebGPU browser (Chrome/Edge)The generated project ships a sample cube element, a lab page, the telemetry
Vite plugin, a .gitignore, and the triscope-iteration-loop skill so an agent
can drive the converge loop immediately.
Already have a Three.js app? Use npx triscope adopt (from
@triscope/cli) to retrofit it
instead. MIT.
