Skip to content

henryleberre/PolarTracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PolarTracer (Cuda)

Sample Image Sample Image

A Path Tracer built with Cuda and C++. For more information about path tracers, you can visit a previous project of mine CPU-Path-Tracer

Building Instructions

  • Download & Install the Cuda Toolkit.

  • Install your C++ compiler of choice (compatible with nvcc, NVIDIA's CUDA compiler).

  • Install imagemagick (On Windows & Linux): this is used to convert *.pam images into *.png files

  • On windows, run run.bat to build & run the test scene.

  • On linux, run run.sh to build & run the test scene.

  • The frame will be saved as frame.png.

  • Enjoy :-)

References

Releases

No releases published

Packages

No packages published

Languages