webgpu

Installation
SKILL.md

WebGPU Pipelines

Pipeline Architecture

compute/webgpu/
├── continuous-pipeline.ts    # Lenia convolution + FFT
├── multi-channel-pipeline.ts # Multi-species ecology
├── lenia-3d-pipeline.ts      # 3D Lenia compute
├── particle-pipeline.ts      # Particle physics
├── flow-lenia-pipeline.ts    # Mass-conserving flow
├── texture-pool.ts           # GPU memory management
├── buffer-manager.ts         # Buffer lifecycle
└── shaders/                  # WGSL shader code

Texture Pool (Memory Optimization)

Installs
Repository
smithery/ai
First Seen
webgpu — smithery/ai