@twobitedd/zen-garden-threejs
v0.2.1
Published
Three.js / React Three Fiber zen garden building blocks (thin re-export layer over zen-sand-rake until split).
Downloads
428
Maintainers
Readme
@twobitedd/zen-garden-threejs
Three.js and React Three Fiber building blocks for zen-garden style experiences (interactive sand disk, rake path debug overlays, and related types).
Status (v0.2)
This package re-exports selected APIs from @twobitedd/zen-sand-rake (see src/index.ts), including stage props for sacred garden idle patterns (rakeAmbientZenSacredGarden), rim ambient orbit, and helpers such as buildZenSacredGardenAmbientPathUv.
Releases: See CHANGELOG.md. To publish, read RELEASING.md (publish zen-sand-rake first when bumping past 0.1.x).
Demo (in this repo)
npm install
npm run demo:install
npm run demo:devOr npm run demo:build for a production bundle of the demo app.
Install
npm install @twobitedd/zen-garden-threejs@twobitedd/zen-sand-rake is installed automatically as a normal dependency (single install pulls the sand stack).
Peer dependencies (must be installed in your app; keep versions aligned with your R3F stack):
react,react-domthree@react-three/fiber@react-three/drei
Build
From this package root (after npm install):
npm run buildRepository
Source: https://github.com/twobitEDD/zen-garden-threejs
