C++ implementation of rendering algorithms.
- Ray tracing
- Eigen3
- g++
- cmake
- Tested under Ubuntu 20.04
mkdir build
cd build
cmake ..
make
./rtweekend > rtweekend
By default, the program uses the CPU to start 8 threads for rendering. Rendering takes about 20 minutes on a laptop equipped with Intel® Core™ i7-10750H CPU @ 2.60GHz × 12 and 15.4GB of RAM. After rendering, you will get the following image:
- Ray Tracing in One Weekend