Skip to content

sonVishal/RayTracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is my foray into creating a ray tracer from scratch.

I am referencing the following books:

Building the Code and Tests

> mkdir build
> cd build
> cmake ../
> cmake --build .

Executing the Tests

> cd build
> ctest

Requirements

  • cmake version 3.10 or greater.
  • cppcheck (latest).
  • googletest included in the repository as a submodule. Use --recursive flag while cloning to download the correct version.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published