Motion-CoreMotion-CoreOfficialยท1 Agent Skills Included

motion-gpu

Fullscreen WebGPU shader rendering for Svelte, React, and Vue

Builds and refactors fullscreen WGSL shader components across Svelte, React, and Vue adapters. Handles materials, uniforms, textures, render passes, compute shaders, and storage buffers without manual GPU plumbing. Enforces strict shader contracts and render-mode rules so generated code compiles and runs correctly the first time.
npx skills add Motion-Core/motion-gpu --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’