Skip to content

ccincotti3/webgpu_cloth_simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebGPU XPBD Cloth Simulator

This is a WebGPU Cloth Simulator that uses XPBD (extended position based dynamics) with small step sizes.

Cloth 09_06_2022

This relies heavily on the following papers:

As well as code snippets from:

Development

The following steps describe how to run this simulation locally.

Note - This has only been tested on Windows (specifically with WSL2).

Accessing the WebGPU API

WebGPU is currently a developmental feature, and thus requires a browser that enables access to it. Google Canary is a good candidate. To enable the correct features in your browser, please do the following:

  • Enable the #enable-unsafe-webgpu flag in about://flags.

Running the dev server

With yarn installed, run the following:

yarn
yarn start

Current implementation

About

WebGPU XPBD Cloth Simulator Project to accompany guides on www.carmencincotti.com

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages