Skip to content

mshettyFE/RayTracerChallenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

143 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My own C++ Implementation of the Ray Tracer Challenge.

Compiling

I assume that you are on Linux, and that you have bazel installed. It would also be good to have ImageMagick to view the generated images. Assuming the above, run the following commands in the base directory of the repo:

bazel build Tracer 

Running

Running main Tracer

bazel run Tracer

Tests

If you want to run the tests

Without generating images

bazel test Tracer_tests --test_filter=-GenImage.*

Generating images

bazel test Tracer_tests --test_filter=GenImage.*

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors