Skip to content

InterruptSpeed/pixar_rt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pixar_rt

follow along with Postcard Pathtracer

macos build

clang -o card -O3 raytracer.cpp
time ./card > pixar.ppm

windows build

git clone https://github.com/InterruptSpeed/pixar_rt
cd pixar_rt
mkdir build64
cd build64
cmake -G "Visual Studio 15 2017 Win64" ..
cmake --build . --config Release
cd Release
pixar_rt.exe > pixar.ppm

About

follow along with [Postcard Pathtracer](https://fabiensanglard.net/postcard_pathtracer/)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published