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:
@ -1,31 +1,32 @@
|
||||
<img align="left" src="../logo/rguistyler_128x128.png" width=128>
|
||||
|
||||
### rGuiStyler - tool evolution
|
||||
|
||||
**raygui_styler** tool development begin on mid-2015, [raygui](https://github.com/raysan5/raygui) project had started on December 2014 and after some time developing the library and trying to focus on styling library option, a visual tool to customize style was a requirement.
|
||||
*raygui_styler* tool development begin on mid-2015, [raygui](https://github.com/raysan5/raygui) project had started on December 2014 and after some time developing the library and trying to focus on styling library options, a visual tool to customize style was a requirement.
|
||||
|
||||
After some weeks of work a first functional version of a visual style editor was presented:
|
||||
|
||||
After some weeks of work a first functional version of a visual style editor tool was presented:
|
||||
|
||||

|
||||
|
||||
Some elements kept improving day after day...
|
||||
Tool kept improving day after day, with some interesting additions like style import/export support and color palette saving.
|
||||
|
||||

|
||||
|
||||
Despite being a very useful tool, it was left aside for about a year, on June 2016 a redesing of the tool to adapt to new raygui started.
|
||||
Despite being a quite useful tool, it was never published and it was left aside for about a year. On **June 2016**, *raygui_styler* was picked up again to adapt to the new raygui improvements. At that moment lot of the tools internals get broken.
|
||||
|
||||

|
||||

|
||||
|
||||
First big change, a brand new raygui color picker, generated in real-time, one single draw call and more functional than the previous one (based on a texture).
|
||||
The first big change was a brand new raygui color picker, generated in real-time, with one single draw call and more functional than the previous one (based on a loaded texture). It was by the end of 2017.
|
||||
|
||||

|
||||

|
||||
|
||||
Previous list views for controls and properties, directly coded in the tool, were replaced by raygui based ones and tool layout started to be reviewed.
|
||||
**January 2017**, *raygui_styler*, renamed to **rGuiStyler** for raylib-based-tools naming consistency, suffered a big update. Previous list views for controls and properties were directly coded in the tool, with the new raygui list view control, they were not needed any more and were replaced by raygui based ones, tool layout was made more compact and visual for the user.
|
||||
|
||||

|
||||

|
||||
|
||||
Again, tool UI/UX kept improving day after day, trying different options.
|
||||
Tool UI/UX kept improving day after day, trying different options and refining details at the same time that raygui kept growing with new controls and styling options. After some months of continuous review, here it is the final result: **rGuiStyler v2.0**
|
||||
|
||||

|
||||

|
||||
|
||||
And after some months of continuous review and improvement, here it is the final result: rGuiStyler v2.0
|
||||
|
||||

|
||||
More screenshots about the tool design evolution could be found in this folder.
|
||||
|
||||
Reference in New Issue
Block a user