Update README.md

This commit is contained in:
Ray 2018-05-02 22:15:23 +02:00 committed by GitHub
parent 7a4aad8534
commit 3a6cc2a0c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,17 +8,15 @@ raygui was originated as an auxiliar module for [raylib](https://github.com/rays
raygui is intended for **tools development**; it has already been used on tools like [rFXGen](https://github.com/raysan5/rFXGen), [rGuiStyler](https://github.com/raysan5/raygui/tree/master/tools) and [rGuiLayout](https://github.com/raysan5/raygui/tree/master/tools).
<br>
<br>
## styles
## raygui styles: light & dark
Default light style
![raygui light design](design/raygui_style_table_light_REV9.png)
Default dark style
![raygui dark design](design/raygui_style_table_dark_REV8.png)
## history
## 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.
On June 2016, project was picked up again and raygui 1.0 was released at the end of that month. During August 2016, raygui was used to develop [rFXGen](https://github.com/raysan5/rFXGen) and a protoype of [rGuiLayout](https://github.com/raysan5/raygui/tree/master/tools/rGuiLayout) was created, mainly as an usage prove test. After that, raygui project remained stopped for the following months.
@ -56,15 +54,15 @@ On January 2018, two students (Adria and Jordi) started working on raygui and re
- ScrollBar (WIP)
- DummyRec
### Advance controls set, use multiple controls
#### Advance controls set, use multiple controls
- ListView
- ColorPicker
- GuiMessageBox
- Grid
## acknowledgements
## Acknowledgements
The following people has invested their time and effort into raygui project. Big thanks to them!
- Adria Arranz and Jordi Jorba for improving raygui, adding new controls and working on [rGuiStyler](https://github.com/raysan5/raygui/tree/master/tools/rGuiStyler) redesign and rewrite.
- Adria Arranz and Jordi Jorba for improving raygui, adding new controls and working on [rGuiStyler](https://github.com/raysan5/raygui/tree/master/tools/rGuiStyler) and [rGuiLayout](https://github.com/raysan5/raygui/tree/master/tools/rGuiLayout) tools redesign and rewrite.
- [Sergio Martinez](https://github.com/anidealgift) for improving raygui and working on [rGuiStyler](https://github.com/raysan5/raygui/tree/master/tools/rGuiStyler) tool.
- Daniel Nicolas and [Kevin Gato](https://github.com/Gatonevermind) for working on initial development.