Files
dorayme/README.md
2020-02-20 17:48:09 +00:00

1.2 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