summaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
authorColleen <[email protected]>2023-01-17 05:17:24 -0400
committerColleen <[email protected]>2023-01-17 05:17:24 -0400
commit30874d4f8889e2d3db58c56e74c00e6dd3b6e07a (patch)
tree21db060c02a87596913239662a6c8c7c1cf6a997 /index.html
parenta429c99a097132642e943e6c172f1ce0aa966409 (diff)
downloadraylib.com-30874d4f8889e2d3db58c56e74c00e6dd3b6e07a.tar.gz
raylib.com-30874d4f8889e2d3db58c56e74c00e6dd3b6e07a.zip
Added copyable links to sections on the homepage.
Diffstat (limited to 'index.html')
-rw-r--r--index.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/index.html b/index.html
index 0d6a2ae..10903c6 100644
--- a/index.html
+++ b/index.html
@@ -71,7 +71,7 @@
<br>
<p><strong>NOTE for ADVENTURERS:</strong> raylib is a programming library to enjoy videogames programming; no fancy interface, no visual helpers, no gui tools or editors... just coding in pure spartan-programmers way. Are you ready to enjoy coding?</p>
<br>
- <h2 id="learning-resources">raylib learning resources</h2>
+ <h2 id="learning-resources"><a class="anchor-link" href="#learning-resources"></a>raylib learning resources</h2>
<br>
<p>raylib does not provide the typical API documentation or a big set of tutorials. The library is designed to be minimalistic and be learned just from a cheatsheet with all required functionality and a big collection of examples to see how to use that functionality. <strong>Best way to learn to code is reading code.</strong></p>
<br>
@@ -87,7 +87,7 @@
</div>
<p>Apart from those materials, there are plenty of tutorials created by the amazing raylib community. It's highly recommended to join the friendly <a href="https://discord.gg/raylib" target="_blank">raylib Discord Community</a> to stay up to date of latest raylib news and ask for help when required!</p>
<br>
- <h2 id="awards">raylib awards</h2>
+ <h2 id="awards"><a class="anchor-link" href="#awards"></a>raylib awards</h2>
<br>
<p>raylib has received several recognitions in the last years. Here there some awards received from <strong>Google</strong> and <strong>Epic Games</strong>.</p>
<br>
@@ -99,7 +99,7 @@
</div>
</div>
<br>
- <h2 id="platforms">raylib supported platforms</h2>
+ <h2 id="platforms"><a class="anchor-link" href="#platforms"></a>raylib supported platforms</h2>
<br>
<p>raylib supports multiple target platforms, it has been tested in the following ones but, technically, any platform that supports C language and OpenGL graphics (or similar) can run raylib or it can be very easily ported to.</p>
<br>
@@ -116,7 +116,7 @@
</div>
</div>
<br>
- <h2 id="bindings">raylib language bindings</h2>
+ <h2 id="bindings"><a class="anchor-link" href="#bindings"></a>raylib language bindings</h2>
<br>
<p>You can use raylib with multiple programming languages, there are <a href="https://github.com/raysan5/raylib/blob/master/BINDINGS.md" target="_blank">+60 bindings</a>! Here is a list with some of them:</p>
<br>
@@ -135,7 +135,7 @@
</div>
</div>
<br>
- <h2 id="extra-libraries">raylib extra libraries</h2>
+ <h2 id="extra-libraries"><a class="anchor-link" href="#extra-libraries"></a>raylib extra libraries</h2>
<br>
<p>raylib can be combined with several extra libraries for additional functionality, some of those libraries are already used internally while others are provided for user integration, most of these libraries are single-file header-only with no external dependencies.</p>
<br>
@@ -151,7 +151,7 @@
</div>
</div>
<br>
- <h2 id="raylibtech-tools">raylib technologies tools</h2>
+ <h2 id="raylibtech-tools"><a class="anchor-link" href="#raylibtech-tools"></a>raylib technologies tools</h2>
<br>
<p>raylib is the base technology for <a class="simplelink" href="https://www.raylibtech.com" target="_blank">raylib technologies</a> tools development! Several multiplatform tools have been developed using raylib and <a class="simplelink" href="https://github.com/raysan5/raygui" target="_blank">raygui</a>. <a class="simplelink" href="https://raylibtech.itch.io" target="_blank"/>Check them out!</a></p>
<br>
@@ -172,7 +172,7 @@
</div>
</div>
<br>
- <h2 id="community">raylib community</h2>
+ <h2 id="community"><a class="anchor-link" href="#community"></a>raylib community</h2>
<br>
<p>Do you need help with raylib? Do you want to keep updated with latest news? Do you want to show your raylib creations? Join our amazing community of raylib developers! Choose the network you prefer! You are welcome!</p>
<br>
@@ -188,7 +188,7 @@
</div>
</div>
<br>
- <h2 id="contributions">raylib contributions</h2>
+ <h2 id="contributions"><a class="anchor-link" href="#contributions"></a>raylib contributions</h2>
<br>
<p>I'm working hard on raylib but my resources are limited. If you enjoy raylib and want to help, consider a small donation or contributing to the project on GitHub. Thanks!</p>
<br>
@@ -203,7 +203,7 @@
</div>
</div>
<br>
- <h2 id="features">raylib features</h2>
+ <h2 id="features"><a class="anchor-link" href="#features"></a>raylib features</h2>
<br>
<ul>
<li><strong>NO external dependencies</strong>, all required libraries included with raylib</li>
@@ -226,7 +226,7 @@
</ul>
<br>
<br>
- <h2 id="architecture">raylib architecture</h2>
+ <h2 id="architecture"><a class="anchor-link" href="#architecture"></a>raylib architecture</h2>
<br>
<p>raylib is a highly modular library. Everything is contained within a small number of well defined, specific and self-contained modules, named accordingly to its primary functionality. Note that some of those modules can be used in <strong>standalone mode</strong>, independently of raylib library.</p>
<a href="images/raylib_architecture_v4.2.png"><img src="images/raylib_architecture_v4.2.png" title="raylib architecture" alt="raylib architecture" width="800" /></a>