From af1384b8265a3eae51f7f664a93b5cc8040fa7c5 Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 9 Sep 2016 01:32:31 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a77e15e..84a4d5a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Initially raygui was conceived as an extra module for [raylib](https://github.co ## history raygui development started on December 2014 by two intenship students (Kevin Gato and Daniel Nicolas), guided by me (@raysan5) to create a simple raylib IMGUI module. On June 2015, library was mostly complete (including all planned controls) and work started into the styling possibilities for the library. Development on [rGuiStyler](https://github.com/raysan5/raygui/tree/master/tools/rGuiStyler) (project named `raygui_styler`) 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). -Finally, on the end of June 2016, project was picked up again and raygui 1.0 was released. During August 2016, raygui was used to develop rFXGen and rGuiLayout[rGuiLayout](https://github.com/raysan5/raygui/tree/master/tools/rGuiLayout) tools and [rGuiStyler](https://github.com/raysan5/raygui/tree/master/tools/rGuiStyler) was also updated an improved. +Finally, on the end of June 2016, project was picked up again and raygui 1.0 was released. During August 2016, raygui was used to develop rFXGen and [rGuiLayout](https://github.com/raysan5/raygui/tree/master/tools/rGuiLayout) tools. Currently, [rGuiStyler](https://github.com/raysan5/raygui/tree/master/tools/rGuiStyler) is also being updated an improved. ## notes on raygui 1.0 Officially, raygui 1.0 was published on June 2016, about one year and a half after its developmentment started.