motion-gpu
Fullscreen WebGPU shader rendering for Svelte, React, and Vue
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Motion GPU?โผ
Run `npx skills add Motion-Core/motion-gpu --all -g -y` in your terminal to install this skill globally.
What does Motion GPU do?โผ
It is a WebGPU library for fullscreen WGSL shaders, handling the canvas, render loop, and GPU resources so you only write shaders and interaction logic.
Does Motion GPU work with React and Vue?โผ
Yes. It provides first-class adapters for Svelte, React, and Vue, all sharing the same core API and entry points.
Can Motion GPU run compute shaders?โผ
Yes. It supports ComputePass and PingPongComputePass with storage buffers for GPU compute and iterative simulations.
Do I need WebGPU to use Motion GPU?โผ
Yes. It requires a browser with WebGPU support and a secure context such as HTTPS or localhost.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core