Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 607 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 607 Bytes

WebGPU Marching Cubes

A GPU-parallel implementation of Marching Cubes using WebGPU. Try it out online!

Running

After cloning the repo run

npm install

To install webpack, then you can run the serve task and point your browser to localhost:8080:

npm run serve

If you select the Bonsai data set, you should see something like the image below. webgpu-marching-cubes-bonsai