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
readonly

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 start which will start an electron.js window

Check out webgpu-samples and the official documentation/draft for basic WebGPU concepts and WGSL syntax.

metadata.json
TypeScriptcloth-simulationdeferred-renderingparticlesWebGPU

[INFO] 1 topic link to curated motion topic pages.