diff options
author | lamp | 2023-03-05 21:45:56 +0000 |
---|---|---|
committer | lamp | 2023-03-05 21:45:56 +0000 |
commit | 78ddaff5855bf8446adef9e18eb0d7b7ddcee52a (patch) | |
tree | 0d0e93cfa28751a2f96518eeb231cf715958e1fa /README.md |
init
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 |