Нема описа

Godzil 75cf59cc1a Adding support for pattern. пре 4 година
external 10ae695f01 Trying to fixing some weird things about coverall, also add some real more coverage. пре 4 година
output 9d0db6a635 Added planes! пре 4 година
source 75cf59cc1a Adding support for pattern. пре 4 година
tests 75cf59cc1a Adding support for pattern. пре 4 година
.gitignore e2643d677d Update .gitignore пре 4 година
.gitmodules cf00e62c5a Update coverall script to use my fork that properly support AppleClang. пре 4 година
.travis.yml 9e1f448e0f testS.... пре 4 година
CMakeLists.txt 77907499a4 Rework a bit the base Cmakelist to make it clearer. пре 4 година
COPYING a8ca88640b Add GPLv2 strict license пре 4 година
LICENSE a8ca88640b Add GPLv2 strict license пре 4 година
README.md 9d0db6a635 Added planes! пре 4 година

README.md

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