2018-05-02 21:09:18 +02:00
2018-01-10 01:03:42 +01:00
2018-04-27 14:14:04 +02:00
2018-02-10 23:30:52 +01:00
2018-05-02 12:45:13 +02:00
2018-05-02 13:55:58 +02:00
2016-09-15 12:20:40 +02:00
2016-11-29 14:01:38 +01:00
2018-05-02 21:09:18 +02:00

raygui is a simple and easy-to-use immediate-mode-gui single-file header-only library.

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

raygui was originated as an auxiliar module for raylib to create simple GUI interfaces using raylib graphic style (simple colors, plain rectangular shapes, wide borders, raylib default font...).

raygui is intended for tools development; it has already been used on tools like rFXGen, rGuiStyler and rGuiLayout.



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, 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 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 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 and a protoype of rGuiLayout was created, mainly as an usage prove test. After that, raygui project remained stopped for the following months.

On June 2017, started a complete redesign of the library, almost from scratch, all functions were reviewed and mostly rewritten and a brand new styling system was developed. The objective was using raygui professionally in several tools planned for raylib.

On January 2018, two students (Adria and Jordi) started working on raygui and related tools. Consequently, library and tools evolved A LOT in the following months. rGuiStyler was completely redesigned and rewritten from scratch. rGuiLayout turned from a protoype into a professional software and raygui reached version 2.0 with plenty of new controls and features.

raygui 2.0 provided controls

Container/separator controls, useful for controls organization

  • WindowBox
  • GroupBox
  • Line
  • Panel

Basic controls set, the standard ones

  • Label
  • Button
  • LabelButton
  • ImageButton
  • ImageButtonEx
  • ToggleButton
  • ToggleGroup
  • CheckBox
  • ComboBox
  • DropdownBox
  • Spinner
  • ValueBox
  • TextBox
  • Slider
  • SliderBar
  • ProgressBar
  • StatusBar
  • ScrollBar (WIP)
  • DummyRec

Advance controls set, use multiple controls

  • ListView
  • ColorPicker
  • GuiMessageBox
  • Grid

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 redesign and rewrite.
  • Sergio Martinez for improving raygui and working on rGuiStyler tool.
  • Daniel Nicolas and Kevin Gato for working on initial development.
Description
A simple and easy-to-use immediate-mode gui library
Readme
Languages
C 99.7%
CMake 0.3%