Skip to content

tigrazone/dspbr-pt

 
 

Repository files navigation

Enterprise PBR Sample Renderer (Demo Viewer)

A WebGL2 GPU path-tracer that runs in your browser.
Features physical materials by implementing the Enterprise PBR Shading Model (DSPBR)

Demo Viewer (glTF drag&drop)

Minimal Demo [ Code ]

Features

Development

# yarn is mandatory as this project uses yarn workspaces
yarn install

# Builds all packages
yarn build

# Launch the demo viewer with HMR enabled -> auto update on code change during development
yarn run dev

License

  • Source code license info in LICENSE

About

A WebGL2 Enterprise PBR sample renderer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 54.1%
  • GLSL 34.2%
  • JavaScript 7.6%
  • CSS 1.8%
  • Python 1.2%
  • HTML 1.1%