raygui/README.md
2017-06-21 01:19:38 +02:00

2.8 KiB

raygui

raygui is simple and easy-to-use IMGUI header-only library.

raygui was inspired by Unity IMGUI (immediate mode GUI API).

Initially raygui was proposed as an extra module for raylib to create simple GUIs using raylib graphic style (simple colors, plain rectangular shapes, wide borders, raylib standard font...).

raygui has been used on some raylib-based tools like rFXGen, without external dependencies, only raylib.

styles

Default light style raygui light design

Default dark style raygui dark design

history

raygui development started on December 2014 by two intenship students (Kevin Gato and Daniel Nicolas), guided by me to create a simple and easy-to-use raylib IMGUI module. On June 2015, library was mostly functional (including all planned controls) and work started into the styling possibilities for the library. Development on 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.

Finally, by 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 tools.

On June 2017, project was picked up again to be completely redesigned, almost from scratch, all functions have been rewritten and style system has been redesigned, being greatly improved. The objective of that work is using raygui in several tools for raylib. 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.

notes on raygui 1.5

Expect to be published along summer 2017, a complete redesign of the library with improved style system.

controls

Currently raygui provides the following controls:

  • Label
  • Button
  • ToggleButton
  • ToggleGroup
  • CheckBox
  • ComboBox
  • Slider
  • SliderBar
  • ProgressBar
  • Spinner
  • TextBox

acknowledgements

The following people has invested their time and effort into raygui project. Big thanks to them!