raygui/styles/README.md
2021-12-27 01:22:23 +01:00

1.3 KiB

raygui styles

raygui comes with 8 custom 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.

To use those styles with your raygui development, just need to call GuiLoadStyle() function at initialization, passing the .rgs file to load. Note that most of those styles depend on custom fonts that must be available together with the .rgs file.

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

style: default

default style

style: ashes

ashes style

style: bluish

bluish style

style: candy

candy style

style: cherry

cherry style

style: cyber

cyber style

style: jungle

jungle style

style: lavanda

lavanda style

style: terminal

terminal style

NOTE: Those styles require raylib 4.0 and raygui 3.1.