Update README.md

This commit is contained in:
Ray
2019-08-28 12:26:35 +02:00
committed by GitHub
parent f1fe63a706
commit cecf25c5fb

View File

@ -14,21 +14,18 @@ raygui is intended for **tools development**; it has already been used to develo
#### Container/separator controls #### Container/separator controls
``` ```
WindowBox | GroupBox | Line | Panel WindowBox | GroupBox | Line | Panel
``` ```
#### Basic controls #### Basic controls
``` ```
Label | Button | LabelButton | ImageButton | Toggle | ToggleGroup | CheckBox Label | Button | LabelButton | ImageButton | Toggle | ToggleGroup | CheckBox
ComboBox | DropdownBox | TextBox | TextBoxMulti | ValueBox | Spinner | Slider ComboBox | DropdownBox | TextBox | TextBoxMulti | ValueBox | Spinner | Slider
SliderBar | ProgressBar | StatusBar | ScrollBar |ScrollPanel | DummyRec | Grid SliderBar | ProgressBar | StatusBar | ScrollBar | ScrollPanel | DummyRec | Grid
``` ```
#### Advance controls #### Advance controls
``` ```
ListView | ColorPicker | MessageBox | TextInputBox ListView | ColorPicker | MessageBox | TextInputBox
``` ```
![rGuiStyler v3.1](images/rguistyler_v300.png)
*rGuiStyler v3.1 - raygui styles editor, useful to create custom styles*
## raygui styles ## raygui styles
@ -44,6 +41,10 @@ Custom styles can also be created very easily using [rGuiStyler](https://raylibt
Styles can be loaded at runtime using raygui `GuiLoadStyle()` function. Simple and easy-to-use. Styles can be loaded at runtime using raygui `GuiLoadStyle()` function. Simple and easy-to-use.
![rGuiStyler v3.1](images/rguistyler_v300.png)
*rGuiStyler v3.1 - raygui styles editor, useful to create custom styles*
## raygui icons: ricons ## raygui icons: ricons
`raygui` includes a separate module with a set of custom handcrafter icons, ready to be used and integrated in a easy way with `raygui`. This module is called `ricons.h` and can be automatically included just defining `RAYGUI_SUPPORT_RICONS` before including `raygui`. `raygui` includes a separate module with a set of custom handcrafter icons, ready to be used and integrated in a easy way with `raygui`. This module is called `ricons.h` and can be automatically included just defining `RAYGUI_SUPPORT_RICONS` before including `raygui`.