Skip to documentation
CranberryClock.Ideas / Systems / Design

INDEPENDENT TOOL / v0.1.0

SignalIntegration guide

Install Signal, connect it to your project, and understand the integration boundaries.

Start with the package archive.

Download Signal v0.1.0 ↓, then follow the installation instructions below. Commands that pack source files run from the public repository checkout.

Install

The package is not published on npm. Download the tarball from the workbench or run npm pack ./dist/packages/signal from the repository. In your game:

bash
npm install three@0.180.0 /path/to/cranberry-forge-signal-0.1.0.tgz

ES modules, MIT license and TypeScript declarations. TypeScript consumers need compatible @types/three; targets r180 / WebGLRenderer. Uses ShaderMaterial, not WebGPU. See the root README for verification status.

View versioned source on GitHub ↗