From c85118d8285628b6ea19b5f067a0ad5854f785fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Oliveira?= <38820667+jotavare@users.noreply.github.com> Date: Wed, 29 May 2024 16:18:03 +0100 Subject: [PATCH] Add Create a spinning ASCII donut --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6107b70..85e3309 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ It's a great way to learn. #### Build your own `3D Renderer` +* [**C**: _Create a spinning ASCII donut_](https://www.a1k0n.net/2021/01/13/optimizing-donut.html) * [**C++**: _Introduction to Ray Tracing: a Simple Method for Creating 3D Images_](https://www.scratchapixel.com/lessons/3d-basic-rendering/introduction-to-ray-tracing/how-does-it-work) * [**C++**: _How OpenGL works: software rendering in 500 lines of code_](https://github.com/ssloy/tinyrenderer/wiki) * [**C++**: _Raycasting engine of Wolfenstein 3D_](http://lodev.org/cgtutor/raycasting.html)