Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 722 Bytes

readme.md

File metadata and controls

19 lines (14 loc) · 722 Bytes

WebGPU Sketch

Working on a path tracer using WebGPU.

A screenshot of a path traced scene

Based on code from these sources:

How to build and run

  • Install with yarn
  • Build with yarn build
  • Run an interactive Snowpack server with yarn start. Snowpack should open a tab at http://localhost:8080 that runs the app.

Controls are WASD to rotate, QZ to zoom in and out.