Skip to content

lilianmallardeau/RayTracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RayTracer

A ray tracer in C++

Dependencies

  • libpng++-dev >= 2.10
    install with apt: sudo apt instal libpng++-dev

How to build and use

Compilation

  • build project: make
  • build examples: make examples
  • build documentation: make doc
  • clean binaries: make clean

Run

./RayTracer