From b61f45f17e7245f003ee74d1b099bb8b8da17d9c Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 7 Oct 2019 23:20:28 +0200 Subject: Added tools --- common/main.css | 3 +++ images/raylibtech/rfxgen_128x128.png | Bin 0 -> 898 bytes images/raylibtech/rguiicons_128x128.png | Bin 0 -> 449 bytes images/raylibtech/rguilayout_128x128.png | Bin 0 -> 873 bytes images/raylibtech/rguistyler_128x128.png | Bin 0 -> 848 bytes images/raylibtech/riconpacker_128x128.png | Bin 0 -> 1151 bytes images/raylibtech/rtexviewer_128x128.png | Bin 0 -> 882 bytes index.html | 15 +++++++++++++++ 8 files changed, 18 insertions(+) create mode 100644 images/raylibtech/rfxgen_128x128.png create mode 100644 images/raylibtech/rguiicons_128x128.png create mode 100644 images/raylibtech/rguilayout_128x128.png create mode 100644 images/raylibtech/rguistyler_128x128.png create mode 100644 images/raylibtech/riconpacker_128x128.png create mode 100644 images/raylibtech/rtexviewer_128x128.png 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 new file mode 100644 index 0000000..cfab7a5 Binary files /dev/null and b/images/raylibtech/rfxgen_128x128.png differ diff --git a/images/raylibtech/rguiicons_128x128.png b/images/raylibtech/rguiicons_128x128.png new file mode 100644 index 0000000..b4b5537 Binary files /dev/null and b/images/raylibtech/rguiicons_128x128.png differ diff --git a/images/raylibtech/rguilayout_128x128.png b/images/raylibtech/rguilayout_128x128.png new file mode 100644 index 0000000..32ac680 Binary files /dev/null and b/images/raylibtech/rguilayout_128x128.png differ diff --git a/images/raylibtech/rguistyler_128x128.png b/images/raylibtech/rguistyler_128x128.png new file mode 100644 index 0000000..6bde5bf Binary files /dev/null and b/images/raylibtech/rguistyler_128x128.png differ diff --git a/images/raylibtech/riconpacker_128x128.png b/images/raylibtech/riconpacker_128x128.png new file mode 100644 index 0000000..9adbd80 Binary files /dev/null and b/images/raylibtech/riconpacker_128x128.png differ diff --git a/images/raylibtech/rtexviewer_128x128.png b/images/raylibtech/rtexviewer_128x128.png new file mode 100644 index 0000000..41e152e Binary files /dev/null and b/images/raylibtech/rtexviewer_128x128.png differ diff --git a/index.html b/index.html index 57633ee..8f6e214 100644 --- a/index.html +++ b/index.html @@ -105,6 +105,21 @@
+ raylib technologies tools +
+

raylib is the base technology for raylib technologies tools! Several multiplatform portable standalone user-friendly tools have been developed using raylib and raygui. Check them out!

+
+
+
+ fx sounds generator + textures viewer and formats conversor + icons packer and extractor + raygui styles editor + raygui layout editor + raygui icons editor +
+
+
raylib community

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!

-- cgit v1.2.3