My frist 3D renderer based on the book "The Ray Tracer Challenge"
Find a file
dependabot[bot] ebc9d9a143
Bump league/flysystem from 1.0.55 to 1.1.4
Bumps [league/flysystem](https://github.com/thephpleague/flysystem) from 1.0.55 to 1.1.4.
- [Release notes](https://github.com/thephpleague/flysystem/releases)
- [Changelog](https://github.com/thephpleague/flysystem/blob/2.x/CHANGELOG.md)
- [Commits](https://github.com/thephpleague/flysystem/compare/1.0.55...1.1.4)

---
updated-dependencies:
- dependency-name: league/flysystem
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-29 03:21:34 +00:00
images updated virtual cannon script 2019-09-22 11:51:46 +02:00
src updated virtual cannon script 2019-09-22 11:51:46 +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 Bump league/flysystem from 1.0.55 to 1.1.4 2021-06-29 03:21:34 +00: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 ;-).