From 36b1a7f9f407789e7a90b9f755d13b06deda255c Mon Sep 17 00:00:00 2001 From: Arun Ravindran Date: Thu, 6 Nov 2025 21:59:18 +0530 Subject: [PATCH 1/2] Update README.md Added a Python raytracer --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ab8ebd90c..a2061b521 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ It's a great way to learn. * [**Java / JavaScript**: _Build your own 3D renderer_](https://avik-das.github.io/build-your-own-raytracer/) * [**Java**: _How to create your own simple 3D render engine in pure Java_](http://blog.rogach.org/2015/08/how-to-create-your-own-simple-3d-render.html) * [**JavaScript / Pseudocode**: _Computer Graphics from scratch_](http://www.gabrielgambetta.com/computer-graphics-from-scratch/introduction.html) +* [**Python**: _Create a Ray Tracer in Python](https://arunrocks.com/ray-tracer-in-python-1-points-in-3d-space-show-notes/) * [**Python**: _A 3D Modeller_](http://aosabook.org/en/500L/a-3d-modeller.html) #### Build your own `Augmented Reality` From 5f42b65aead5a277a82c714a81908cb1140d2dbd Mon Sep 17 00:00:00 2001 From: Arun Ravindran Date: Thu, 6 Nov 2025 22:02:55 +0530 Subject: [PATCH 2/2] Update README.md Mentioned it is video --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2061b521..e10173601 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ It's a great way to learn. * [**Java / JavaScript**: _Build your own 3D renderer_](https://avik-das.github.io/build-your-own-raytracer/) * [**Java**: _How to create your own simple 3D render engine in pure Java_](http://blog.rogach.org/2015/08/how-to-create-your-own-simple-3d-render.html) * [**JavaScript / Pseudocode**: _Computer Graphics from scratch_](http://www.gabrielgambetta.com/computer-graphics-from-scratch/introduction.html) -* [**Python**: _Create a Ray Tracer in Python](https://arunrocks.com/ray-tracer-in-python-1-points-in-3d-space-show-notes/) +* [**Python**: _Create a Ray Tracer in Python_](https://arunrocks.com/ray-tracer-in-python-1-points-in-3d-space-show-notes/) [video] * [**Python**: _A 3D Modeller_](http://aosabook.org/en/500L/a-3d-modeller.html) #### Build your own `Augmented Reality`