A game of minesweeper, using Raylib and Nim
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Wesley Kerfoot 5e0340ed03 initial commit 3 years ago
..
ashes initial commit 3 years ago
bluish initial commit 3 years ago
candy initial commit 3 years ago
cherry initial commit 3 years ago
cyber initial commit 3 years ago
default initial commit 3 years ago
jungle initial commit 3 years ago
lavanda initial commit 3 years ago
terminal initial commit 3 years ago
README.md initial commit 3 years ago

README.md

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 latest raylib 2.6-dev and latest raygui 2.6-dev.