Skip to content

Calbabreaker/raytracing-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raytracing

Does ray tracing and outputs an image.

Building

Make sure to clone the repository recursively to get the submodules:

git clone https://github.com/Calbabreaker/raytracing --recursive --shallow-submodules

Unix

You need to have a c++ compiler, cmake and make installed.

This will compile and run the code:

make run

By default it will compile in Release but you can compile it in Debug like this:

make clean # clean first
make run BUILD_TYPE=Debug

About

CPU raytracing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors