Thanks to visit codestin.com
Credit goes to github.com

Skip to content

butchhartman/GPTracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPTracer

GP stands for graphics programming, and this is a ray-tracer. This project was built while reading Jamis Buck's excellent book, The Ray Tracer Challenge. The program is currently configured to produce a rather basic scene at 100x100 resolution for speed purposes. This can only be changed by editing the source code and recompiling.

Build Instructions

Clone the repo:

git clone https://github.com/butchhartman/GPTracer.git

Then, in the cloned directory, run:

cmake -S . -B bin
cmake --build bin

About

Ray tracing renderer made following "The Ray Tracer Challenge" by Jamis Buck

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published