diff options
| author | raysan5 <[email protected]> | 2021-07-01 21:44:14 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2021-07-01 21:44:14 +0200 |
| commit | ef8432297a0695bac4cf53326e82ae398471e29c (patch) | |
| tree | 042150923d0f7990db184f493171c20b03cc63cf /index.html | |
| parent | 957fe60d0be9b4eec4998e038734df47adc40b14 (diff) | |
| download | raylib.com-ef8432297a0695bac4cf53326e82ae398471e29c.tar.gz raylib.com-ef8432297a0695bac4cf53326e82ae398471e29c.zip | |
ADDED: Extra libraries section
REMOVED: Unused images
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -102,7 +102,7 @@ <br> <h2>raylib language bindings</h2> <br> - <p>You can code using raylib in multiple languages! Some raylib users have created raylib bindings to multiple languages. Here's a list of the bindings I'm aware of</p> + <p>You can use raylib in multiple languages (more than 50!). Here it is a list with some of the raylib bindings:</p> <br> <div style="display: flex;"> <div id="bindings" style="margin: 0 auto;"> @@ -118,6 +118,23 @@ </div> </div> <br> + <h2>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, all these libraries are single-file header-only with no external dependencies.</p> + <br> + <div style="display: flex;"> + <div id="extralibs" style="margin: 0 auto;"> + <a href="https://github.com/raysan5/raylib/blob/master/src/rlgl.h" target="_blank"><img class="icon" src="images/extralibs/rlgl_128x128.png" title="rlgl" alt="OpenGL abstraction layer" width="100" height="100"/></a> + <a href="https://github.com/raysan5/raylib/blob/master/src/raymath.h" target="_blank"><img class="icon" src="images/extralibs/raymath_128x128.png" title="raymath" alt="3D math library" width="100" height="100"/></a> + <a href="https://github.com/raysan5/raudio" target="_blank"><img class="icon" src="images/extralibs/raudio_128x128.png" title="raudio" alt="miniaudio wrapper" width="100" height="100"/></a> + <a href="https://github.com/raysan5/raygui" target="_blank"><img class="icon" src="images/extralibs/raygui_128x128.png" title="raygui" alt="immediate-mode gui library" width="100" height="100"/></a> + <a href="https://github.com/raysan5/rres" target="_blank"><img class="icon" src="images/extralibs/rres_128x128.png" title="rres" alt="resources packer" width="100" height="100"/></a> + <a href="https://github.com/raysan5/raylib/blob/master/src/extras/physac.h" target="_blank"><img class="icon" src="images/extralibs/physac_128x128.png" title="physac" alt="2d physics library" width="100" height="100"/></a> + <a href="https://github.com/raysan5/rpng" target="_blank"><img class="icon" src="images/extralibs/rpng_128x128.png" title="rpng" alt="png chunks editor" width="100" height="100"/></a> + <!--<a href="https://github.com/raysan5/raylib/blob/master/src/extras/rmem.h" target="_blank"><img class="icon" src="images/extralibs/rmem_128x128.png" title="rpng" alt="custom memory pool" width="100" height="100"/></a>--> + </div> + </div> + <br> <h2>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! Several multiplatform portable standalone user-friendly tools have been developed using raylib and <a class="simplelink" href="https://github.com/raysan5/raygui" target="_blank">raygui</a>. Check them out!</p> |
