Skip to content

mateeeeeee/Amber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



Amber

Simple path tracer using Optix API. Early work in progress.

Some of the current features include:

  • Disney BRDF
  • OptiX Denoiser
  • Supported scene formats: OBJ, GLTF

Screenshots

Denoising disabled Denoising enabled

Building

Prerequisites

  • CUDA
  • Optix 8.0
  • CMake

With the prerequisites installed, you just have to run the CMake:

git clone https://github.com/mateeeeeee/Amber
cd Amber
mkdir build
cd build
cmake ..

Make sure the correct Optix installation directory is set in CMakeLists.txt. By default it's set to "C:/ProgramData/NVIDIA Corporation/OptiX SDK 8.0.0".