diff options
| author | Ray <[email protected]> | 2019-10-07 23:20:28 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2019-10-07 23:20:28 +0200 |
| commit | b61f45f17e7245f003ee74d1b099bb8b8da17d9c (patch) | |
| tree | 043fcd51cf039316f713e28d1b6db4fd8cfda387 /index.html | |
| parent | 00bb426fb2cd5f692d375480736a32d5d522020e (diff) | |
| download | raylib.com-b61f45f17e7245f003ee74d1b099bb8b8da17d9c.tar.gz raylib.com-b61f45f17e7245f003ee74d1b099bb8b8da17d9c.zip | |
Added tools
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -105,6 +105,21 @@ </div> </div> <br> + <strong>raylib technologies tools</strong> + <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> + <br> + <div style="display: flex;"> + <div id="raylibtech" style="margin: 0 auto;"> + <a href="https://raylibtech.itch.io/rfxgen" target="_blank"><img class="icon" src="images/raylibtech/rfxgen_128x128.png" title="rFXGen" alt="fx sounds generator" width="100" height="100"/></a> + <a href="https://raylibtech.itch.io/rtexviewer" target="_blank"><img class="icon" src="images/raylibtech/rtexviewer_128x128.png" title="rTexViewer" alt="textures viewer and formats conversor" width="100" height="100"/></a> + <a href="https://raylibtech.itch.io/riconpacker" target="_blank"><img class="icon" src="images/raylibtech/riconpacker_128x128.png" title="rIconPacker" alt="icons packer and extractor" width="100" height="100"/></a> + <a href="https://raylibtech.itch.io/rguistyler" target="_blank"><img class="icon" src="images/raylibtech/rguistyler_128x128.png" title="rGuiStyler" alt="raygui styles editor" width="100" height="100"/></a> + <a href="https://raylibtech.itch.io/rguilayout" target="_blank"><img class="icon" src="images/raylibtech/rguilayout_128x128.png" title="rGuiLayout" alt="raygui layout editor" width="100" height="100"/></a> + <a href="https://raylibtech.itch.io/rguiicons" target="_blank"><img class="icon" src="images/raylibtech/rguiicons_128x128.png" title="rGuiIcons" alt="raygui icons editor" width="100" height="100"/></a> + </div> + </div> + <br> <strong>raylib community</strong> <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> |
