Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 313 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 313 Bytes

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