Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 494 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 494 Bytes

Compute Path Tracer

Real time GPU path tracer using Direct3D11 Compute shaders. Inspired by the Ray Tracing in One Weekend book.

Showcase

Controls

Use the WASD and Arrow keys to move around the scene.

Building

This project uses Cmake with no thirdparty libraries. Requirements : Computer with DX11 & Compute Shader support.