Skip to content

My implementation of the "Ray Tracing in a Weekend" book

Notifications You must be signed in to change notification settings

jacobvosmaer/raytracingweekend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ray Tracing in a Weekend

Following along with the Ray Tracing in One Weekend book.

The book gives step by step instructions to write a ray tracer in C++. In this repo I follow the steps but I am using C instead of C++. The output of the program is a PPM image file.

make
./main > image.ppm

For more information about this repository, see the blog post where I talk about what I did here.

About

My implementation of the "Ray Tracing in a Weekend" book

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published