Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 549 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 549 Bytes

A basic CPU Ray Tracer

Required libraries:
Eigen (header files included in /external)

OpenCV for image I/O (this dependency will be removed in the future)
How to install OpenCV

and OpenMP : sudo apt-get install libomp-dev

To compile, create a /bin directory and do cmake .., then make.

Brief explanation and results in the following presentation.