Ray Tracer This is a ray tracer written in C++ following Ray Tracing in One Weekend. Highlight: This implementation uses multithreading to accelerate the process of rendering. Demo Compile and Run ./build.sh Dependency The multithreading library is log4cplus/ThreadPool