Files
dorayme/README.md
2020-02-21 12:05:30 +00:00

1.3 KiB

codecov Codacy Badge Coverage Status Build Status

DoRayMe

A Quick and dirty raytracer.

This raytracer is made following the book "The Ray Tracer Challenge" by Jamis Buck.

It is writen in C++ with no STL and use LodePNG to output PNG file.

Examples outputs

From chapter 05:

Chapter 5 rendering test

From Chapter 06:

Chapter 6 rendering test

From Chapter 07:

Chapter 7 rendering test

From Chapter 08:

Chapter 8 rendering test

From Chapter 09:

Chapter 9 rendering test

From Chapter 10:

Chapter 10 rendering test