commit 2d2926482df0f9b9c84de7adae3d57565a77d4ad
parent 3a9fe44d65a54a96c824025df4b4237d9799da8a
Author: MikoĊaj Lenczewski <mblenczewski@gmail.com>
Date: Mon, 9 Jun 2025 23:34:28 +0100
Add references to the book series
Diffstat:
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/README b/README
@@ -15,4 +15,10 @@ To build, simply run `./build.sh`. To clean, similarly run `./clean.sh`.
To build a specific book only, set the BOOK environment variable to the number
of the book you want to build. For example, to build only book 1, run:
-`BOOK=1 ./build.sh`
+`BOOK=1 ./build.sh`.
+
+raytracer: References
+------------------------------------------------------------------------------
+Book 1: https://raytracing.github.io/books/RayTracingInOneWeekend.html
+Book 2: https://raytracing.github.io/books/RayTracingTheNextWeek.html
+Book 3: https://raytracing.github.io/books/RayTracingTheRestOfYourLife.html