My frist 3D renderer based on the book "The Ray Tracer Challenge"
Find a file
2019-09-22 11:50:41 +02:00
src implemented Canvas and FileWriter for PPM 2019-09-22 11:50:41 +02:00
tests implemented Canvas and FileWriter for PPM 2019-09-22 11:50:41 +02:00
.gitignore initial commit 2019-09-21 15:45:41 +02:00
composer.json added flysystem as composer dependency 2019-09-21 21:10:46 +02:00
composer.lock added flysystem as composer dependency 2019-09-21 21:10:46 +02:00
LICENSE Initial commit 2019-09-21 15:27:42 +02:00
README.md implemented first chapter (Tuples, Points, and Vectors) 2019-09-21 18:33:40 +02:00

The Ray Tracer Challenge

This project is based on the book The Ray Tracer Challenge by Jamis Buck and will hopefully contain my own 3D renderer at some point.

I think I'm going to tag the states after each chapter, so anyone who is interested can see the progress from chapter to chapter.

Disclaimer: You will probably notice, that I will change name of the tests or implementing things differently from the book. I do this in hope, that I will not regret it ... I guess we'll see ;-).