Update README.md
This commit is contained in:
parent
21ba160b51
commit
5bebf3b515
@ -1,4 +1,3 @@
|
||||
<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>
|
||||
@ -7,7 +6,25 @@
|
||||
<br>
|
||||
<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.
|
||||
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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user