Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 322 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 322 Bytes

Raytracer

Multi-threaded raytracer that uses kd-trees to speed up rendering.

Example output

ball-grid.png metallic.png

Build requirements

stb or more specifically stb_image_write.h for saving rendering results.