WebGPU Framework
"Motion GPU is a minimalist WebGPU framework for writing Shadertoy-style fullscreen shaders in pure WGSL. It provides a framework-agnostic core with Svelte 5, React, and Vue adapters for building fragment-driven GPU programs and multi-pass rendering pipelines. The framework includes a minimal runtime loop, scheduler, and render graph tailored specifically for fullscreen shader execution, focusing on a narrow GPU workflow rather than general-purpose 3D rendering.
It is built for developers who want modern, high-performance visual effects without building a rendering stack from scratch.
Besides offering a Svelte adapter, Svelte also powers the docs site of Motion GPU!"