Skip to content

a-velasco/raytracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A basic CPU ray tracer using OpenMP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published