DassaultSystemes-Technology / dspbr-pt

A WebGL2 Enterprise PBR sample renderer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:TypeScript 53.9%Language:GLSL 34.2%Language:JavaScript 7.6%Language:CSS 1.8%Language:Python 1.2%Language:HTML 1.1%