My frist 3D renderer based on the book "The Ray Tracer Challenge"
Find a file
2019-09-21 15:45:41 +02:00
.gitignore initial commit 2019-09-21 15:45:41 +02:00
composer.json initial commit 2019-09-21 15:45:41 +02:00
composer.lock initial commit 2019-09-21 15:45:41 +02:00
LICENSE Initial commit 2019-09-21 15:27:42 +02:00
README initial commit 2019-09-21 15:45:41 +02:00

# The Ray Tracer Challenge

This project is based on the book [The Ray Tracer Challenge](https://www.amazon.de/Ray-Tracer-Challenge-Test-Driven-Renderer/dp/1680502719)
by [Jamis Buck](https://twitter.com/jamis) 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.