Skip to content

Latest commit

 

History

History
28 lines (28 loc) · 749 Bytes

README.md

File metadata and controls

28 lines (28 loc) · 749 Bytes

ray-tracer

A simple header only ray tracer implementation (WIP) image created

Dependencies and 3rd party libaries

Build

  • make sure conan and cmake is installed
  • clone directory and submodules
    git clone --recurse-submodules https://github.com/jdao55/ray-tracer.git
    
  • build project
    mkdir build && cd build
    cmake -DCMAKE_BUILD_TYPE=Release ../
    make
    

Running

Unit Test

google test can be run by the executable
./runUnitTests

Ray tracer

The current example program generates a static image. ./ray-tracer