A simple header only ray tracer implementation (WIP)
- c++11 or higher compiler
- google test
- cmake
- conan
- cpp-taskflow
- make sure conan and cmake is installed
- clone directory and submodules
git clone --recurse-submodules https://github.com/jdao55/ray-tracer.git
- build project
mkdir build && cd build cmake -DCMAKE_BUILD_TYPE=Release ../ make
google test can be run by the executable
./runUnitTests
The current example program generates a static image.
./ray-tracer