mirror of
https://github.com/raysan5/raygui.git
synced 2025-12-25 10:22:33 -05:00
Update README.md
This commit is contained in:
10
README.md
10
README.md
@ -12,10 +12,10 @@ raygui is intended for **tools development**; it has already been used on tools
|
||||
|
||||
## raygui styles: light & dark
|
||||
Default light style
|
||||

|
||||

|
||||
|
||||
Default dark style
|
||||

|
||||

|
||||
|
||||
## raygui history
|
||||
raygui development started on December 2014 by two intenship students (Kevin Gato and Daniel Nicolas) guided by me, the objective was creating a simple and easy-to-use raylib immediate-mode-gui module, intended for tools development. On June 2015, library was mostly functional (including all planned controls) and work started into the styling options for the library, focusing on an easy way to style some controls properties. Consequently, development of [rGuiStyler](https://github.com/raysan5/raygui/tree/master/tools/rGuiStyler) also started at that point but resources invested on the tool were quite limited and project didn't move much during the following year, most of the time was invested in [raylib](https://github.com/raysan5/raylib) development.
|
||||
@ -29,15 +29,15 @@ On January 2018, two students (Adria and Jordi) started working on raygui and re
|
||||
## raygui 2.0 provided controls
|
||||
|
||||
#### Container/separator controls, useful for controls organization
|
||||
|
||||
<img align="right" src="https://raw.githubusercontent.com/raysan5/raygui/master/tools/rGuiStyler/design/rguistyler2_light_REV9.png">
|
||||
|
||||
- WindowBox
|
||||
- GroupBox
|
||||
- Line
|
||||
- Panel
|
||||
|
||||
#### Basic controls
|
||||
|
||||
<img align="right" src="https://raw.githubusercontent.com/raysan5/raygui/master/tools/rGuiStyler/design/rguistyler2_light_REV9.png">
|
||||
|
||||
- Label
|
||||
- Button
|
||||
- LabelButton
|
||||
|
||||
Reference in New Issue
Block a user