From 6a73c5e79a7534a91918580a8121e8d73e044b81 Mon Sep 17 00:00:00 2001 From: vipul264og <2400031116@kluniversity.in> Date: Thu, 6 Nov 2025 21:49:04 +0530 Subject: [PATCH] Add Table of Contents heading + Back to Top link The README is very large and includes many categories (AI, Blockchain, Database, etc.). Added a clear "Table of Contents" heading near the top so readers immediately understand that the list is navigational. Also added a "Back to Top" link at the end of the README to make scrolling easier. This improves usability for users browsing the long README and addresses issue #1599. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ab8ebd90c..dcf8f0d27 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ This repository is a compilation of well-written, step-by-step guides for re-cre > *What I cannot create, I do not understand — Richard Feynman.* It's a great way to learn. +## 📌 Table of Contents * [3D Renderer](#build-your-own-3d-renderer) * [Augmented Reality](#build-your-own-augmented-reality) @@ -39,6 +40,10 @@ It's a great way to learn. ## Tutorials #### Build your own `3D Renderer` +... +[🔝 Back to top](#table-of-contents) + + * [**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) @@ -480,3 +485,4 @@ It's a great way to learn. [![CC0](https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/) This repository is the work of [many contributors](https://github.com/codecrafters-io/build-your-own-x/graphs/contributors). It was started by [Daniel Stefanovic](https://github.com/danistefanovic), and is now maintained by [CodeCrafters, Inc.](https://codecrafters.io) To the extent possible under law, [CodeCrafters, Inc.](https://codecrafters.io) has waived all copyright and related or neighboring rights to this work. +[🔝 Back to top](#table-of-contents)