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 | |
| parent | 00bb426fb2cd5f692d375480736a32d5d522020e (diff) | |
| download | raylib.com-b61f45f17e7245f003ee74d1b099bb8b8da17d9c.tar.gz raylib.com-b61f45f17e7245f003ee74d1b099bb8b8da17d9c.zip | |
Added tools
| -rw-r--r-- | common/main.css | 3 | ||||
| -rw-r--r-- | images/raylibtech/rfxgen_128x128.png | bin | 0 -> 898 bytes | |||
| -rw-r--r-- | images/raylibtech/rguiicons_128x128.png | bin | 0 -> 449 bytes | |||
| -rw-r--r-- | images/raylibtech/rguilayout_128x128.png | bin | 0 -> 873 bytes | |||
| -rw-r--r-- | images/raylibtech/rguistyler_128x128.png | bin | 0 -> 848 bytes | |||
| -rw-r--r-- | images/raylibtech/riconpacker_128x128.png | bin | 0 -> 1151 bytes | |||
| -rw-r--r-- | images/raylibtech/rtexviewer_128x128.png | bin | 0 -> 882 bytes | |||
| -rw-r--r-- | index.html | 15 |
8 files changed, 18 insertions, 0 deletions
diff --git a/common/main.css b/common/main.css index 5cbcda1..e6667a8 100644 --- a/common/main.css +++ b/common/main.css @@ -110,3 +110,6 @@ p a:hover{text-decoration: none; color:gray;} #bindings>a>img{ border: 6px solid #888888; transition: all .2s ease; } #bindings>a>img:hover{ border: 6px solid #111111; } + +#raylibtech>a>img{ transition: all .2s ease; } +#raylibtech>a>img:hover{ filter: contrast(180%); } diff --git a/images/raylibtech/rfxgen_128x128.png b/images/raylibtech/rfxgen_128x128.png Binary files differnew file mode 100644 index 0000000..cfab7a5 --- /dev/null +++ b/images/raylibtech/rfxgen_128x128.png diff --git a/images/raylibtech/rguiicons_128x128.png b/images/raylibtech/rguiicons_128x128.png Binary files differnew file mode 100644 index 0000000..b4b5537 --- /dev/null +++ b/images/raylibtech/rguiicons_128x128.png diff --git a/images/raylibtech/rguilayout_128x128.png b/images/raylibtech/rguilayout_128x128.png Binary files differnew file mode 100644 index 0000000..32ac680 --- /dev/null +++ b/images/raylibtech/rguilayout_128x128.png diff --git a/images/raylibtech/rguistyler_128x128.png b/images/raylibtech/rguistyler_128x128.png Binary files differnew file mode 100644 index 0000000..6bde5bf --- /dev/null +++ b/images/raylibtech/rguistyler_128x128.png diff --git a/images/raylibtech/riconpacker_128x128.png b/images/raylibtech/riconpacker_128x128.png Binary files differnew file mode 100644 index 0000000..9adbd80 --- /dev/null +++ b/images/raylibtech/riconpacker_128x128.png diff --git a/images/raylibtech/rtexviewer_128x128.png b/images/raylibtech/rtexviewer_128x128.png Binary files differnew file mode 100644 index 0000000..41e152e --- /dev/null +++ b/images/raylibtech/rtexviewer_128x128.png @@ -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> |
