mirror of
https://github.com/codecrafters-io/build-your-own-x
synced 2026-07-02 16:59:25 +00:00
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.
This commit is contained in:
parent
1a851d83f7
commit
6a73c5e79a
1 changed files with 6 additions and 0 deletions
|
|
@ -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.
|
|||
[](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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue