From 78ddaff5855bf8446adef9e18eb0d7b7ddcee52a Mon Sep 17 00:00:00 2001 From: lamp Date: Sun, 5 Mar 2023 21:45:56 +0000 Subject: init --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md (limited to 'README.md') 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 -- cgit v1.2.3