public 3d-motion repository
WebGPUDemo
// Yuu6883/WebGPUDemo
WebGPU demo for deferred rendering, cloth simulation, and particle effects
$ git log --oneline --stat
stars:22forks:0updated:2025-12-01
README.md
WebGPU Demo
Features
- Deferred rendering
- Cloth simulation (spring damper, compute shader)
- Particles (compute shader)
Local Build
This project is built with Typescript and compiled using webpack and swc. Building the project requires an installation of Node.js.
- Install dependencies:
npm install. - Compile the project:
npm run build. - Run the project:
npm startwhich will start an electron.js window
Check out webgpu-samples and the official documentation/draft for basic WebGPU concepts and WGSL syntax.
metadata.json
[INFO] 1 topic link to curated motion topic pages.