Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 972 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 972 Bytes

OptiX renderer based on Nori

demo

Extended course project with GPU hardware acceleration. Features:

  1. Combined CPU and GPU path tracing.
  2. OptiX GPU image denoising.
  3. nvrtc runtime compilation of CUDA shaders.
  4. ImGui for editing scene parameters with immediate feedback

Nori

Nori is a simple ray tracer written in C++. It runs on Windows, Linux, and Mac OS and provides basic functionality that is required to complete the assignments in the course Computer Graphics taught at ETH Zürich.

Course information and framework documentation

For access to course information including slides and reading material, visit the main Computer Graphics website. The Nori 2 framework and coding assignments will be described on the Nori website.