diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..45e7917 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# ray-tracing-the-next-week + +An implementation of the program described in [_Ray Tracing in One Weekend_](https://raytracing.github.io/books/RayTracingInOneWeekend.html) and [_Ray Tracing: The Next Week_](https://raytracing.github.io/books/RayTracingTheNextWeek.html), in Rust. + +|![Example Output](images/example.png) | ![Example Output](images/example1.png)| +|--- | ---| +|![Example Output](images/example2.png) | ![Example Output](images/example3.png)|
\ No newline at end of file |