Twinklebear / webgpu-volume-pathtracer

This is a WebGPU implementation of a volume path tracer that uses delta tracking to sample the volume.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebGPU Volume Pathtracer

A volume raycaster using WebGPU. Try it out online!

bonsai

Building

The project uses webpack and node to build, after cloning the repo run:

npm install
npm run serve

Then point your browser to localhost:8080!

About

This is a WebGPU implementation of a volume path tracer that uses delta tracking to sample the volume.

License:MIT License


Languages

Language:JavaScript 58.3%Language:WGSL 30.8%Language:HTML 10.9%