2
0
Ray ea928f5609 Updated all styles to latest raygui 4.x and rGuiStyler 6.0 4 сар өмнө
..
amber ea928f5609 Updated all styles to latest raygui 4.x and rGuiStyler 6.0 4 сар өмнө
ashes ea928f5609 Updated all styles to latest raygui 4.x and rGuiStyler 6.0 4 сар өмнө
bluish ea928f5609 Updated all styles to latest raygui 4.x and rGuiStyler 6.0 4 сар өмнө
candy ea928f5609 Updated all styles to latest raygui 4.x and rGuiStyler 6.0 4 сар өмнө
cherry ea928f5609 Updated all styles to latest raygui 4.x and rGuiStyler 6.0 4 сар өмнө
cyber ea928f5609 Updated all styles to latest raygui 4.x and rGuiStyler 6.0 4 сар өмнө
dark ea928f5609 Updated all styles to latest raygui 4.x and rGuiStyler 6.0 4 сар өмнө
default decc5151e6 Updated style: default 4 сар өмнө
enefete ea928f5609 Updated all styles to latest raygui 4.x and rGuiStyler 6.0 4 сар өмнө
genesis ea928f5609 Updated all styles to latest raygui 4.x and rGuiStyler 6.0 4 сар өмнө
jungle ea928f5609 Updated all styles to latest raygui 4.x and rGuiStyler 6.0 4 сар өмнө
lavanda ea928f5609 Updated all styles to latest raygui 4.x and rGuiStyler 6.0 4 сар өмнө
rltech ea928f5609 Updated all styles to latest raygui 4.x and rGuiStyler 6.0 4 сар өмнө
sunny ea928f5609 Updated all styles to latest raygui 4.x and rGuiStyler 6.0 4 сар өмнө
terminal ea928f5609 Updated all styles to latest raygui 4.x and rGuiStyler 6.0 4 сар өмнө
README.md 18edd7951b Update README.md 10 сар өмнө

README.md

raygui styles

raygui comes with several custom UI styles carefully designed for the best visual experience. Those styles have been created using rGuiStyler tool and they complement internal default style, always available by raygui.

styles usage

To use those styles with your raygui development, you need to call GuiLoadStyle() function at initialization, passing the .rgs file to load. Note that .rgs is by default a binary file containing the style required font data (glyphs data + glyph atlas image data).

Styles can also be embedded in the code if desired, .h files are provided with every style containing all the required style data, including the font data. To embed those fonts just add the .h to your project and call the required function as specified in the header info.

Here it is a quick overview of those styles, you can navigate to each directory for additional information.

1. style: default

default style

2. style: dark

dark style

3. style: bluish

bluish style

4. style: candy

candy style

5. style: cherry

cherry style

6. style: cyber

cyber style

7. style: jungle

jungle style

8. style: lavanda

lavanda style

9. style: terminal

terminal style

10. style: sunny

sunny style

11. style: ashes

ashes style

12. enefete: enefete

enefete style

13. amber: amber

amber style

NOTE: Those styles require raylib 5.5 and raygui 4.5