From e65923fc05d487077f1cb1e65039c42a1428ff4d Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 17 Aug 2018 20:47:36 +0200 Subject: [PATCH] Remove tools folder --- tools/README.md | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 tools/README.md diff --git a/tools/README.md b/tools/README.md deleted file mode 100644 index 7e7dcc3..0000000 --- a/tools/README.md +++ /dev/null @@ -1,20 +0,0 @@ -![rGuiLayout logo](rGuiLayout/logo/rguilayout_128x128.png) ![rGuiStyler logo](rGuiStyler/logo/rguistyler_128x128.png) - -## rGuiLayout and rGuiStyler -Two tools are distributed together with **raygui library** to help on imgui development and styling. - -**rGuiLayout** is a visual layout editor to place controls in a visual way, defined layout could be saved and exported to C code. - -![rGuiLayout help panel](rGuiLayout/screenshots/screenshot000.png) - -![rGuiLayout controls panel](rGuiLayout/screenshots/screenshot003.png) - -**rGuiSyler** is a raygui visual styles editor to create color-sizes variants of default raygui styles - -![rGuiStyler light style](rGuiStyler/screenshots/screenshot000.png) - -![rGuiStyler candy style](rGuiStyler/screenshots/screenshot003.png) - -Check those tools folders for further information. - -*Copyright (c) 2017-2018 raylib technologies ([@raysan5](https://twitter.com/raysan5))*