Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 441 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 441 Bytes

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

Random 4K Scene

Compile and Run

./build.sh

Dependency

The multithreading library is log4cplus/ThreadPool