Update README.md

This commit is contained in:
Ray
2018-05-11 13:50:57 +02:00
committed by GitHub
parent 9d2fb57378
commit 21ba160b51

View File

@ -1,3 +1,13 @@
## raygui tools: rGuiLayout and rGuiStyler
<img align="left" src="https://raw.githubusercontent.com/raysan5/raylib/master/logo/raylib_128x128.png" width=128>
<img align="left" src="../logo/raygui_128x128.png" width=128>
<img align="left" src="rGuiLayout/logo/rguilayout_128x128.png" width=128>
<img align="left" src="rGuiStyler/logo/rguistyler_128x128.png" width=128>
<br>
<br>
<br>
<br>
## rGuiLayout and rGuiStyler
Two tools are distributed together with raygui library to help on imgui development and styling. **rGuiSyler** is a raygui visual styles editor to create color-sizes variants of default raygui styles and **rGuiLayout** is a raygui visual layout editor to place controls in a visual way, defined layout could be saved and also exported to C code.