typegpu
Installation
SKILL.md
TypeGPU / WebGPU for FrameVideo
When To Use
Use TypeGPU/WebGPU for:
- GPU compute shaders — particle systems, physics simulations
- Custom WGSL shaders — liquid glass, metaballs, ray marching
- High-performance effects — complex fragment shaders, post-processing
- Advanced visual effects — noise fields, reaction-diffusion, fluid simulations
- Compute-heavy visuals — when Three.js is too high-level
Do NOT Use
Avoid TypeGPU/WebGPU for: