
rGuiStyler
ENJOYING this TOOL? PLEASE, CONSIDER CONTRIBUTING WITH A SMALL DONATION OR SPONSORING ME ON PATREON | GITHUB SPONSORS.
rGuiStyler
A simple and easy-to-use raygui styles editor.
Useful for tools style customization. The best tool companion for rGuiLayout and rGuiIcons.
rGuiStyler can be used for free as a WebAssembly online tool and it can also be downloaded as a standalone tool for Windows, Linux and macOS with some extra features.
WARNING: This tool targets raygui 4.5+
rGuiStyler Features
- Global and control specific styles edition
- Style preview in real time with individual test controls
- Style templates available to start customizing new styles
- Selectable controls state: NORMAL, FOCUSED, PRESSED, DISABLED
- Save and load as binary style file
.rgs(font embedded!) - Export style as an embeddable code file (
.h) (font embedded!) - Export style as a
.pngcontrols table image for showcase - Embed style as custom
rGSfpng chunk (rgs file data) - Import, configure and preview style fonts (
.ttf/.otf) - Select required codepoints for imported font (Unicode)
- Color palette for quick color save/selection
- 15 custom style included to be used as templates for new styles
- Command-line support for
.rgs/.h/.pngbatch conversion
rGuiStyler Usage
The tool is quite intuitive, the expected steps to follow are:
- Choose the control to edit from first ListView (
DEFAULTreferes to global style for all controls) - Choose the property to edit from second ListView
- Select a value for that property (color, number...)
NOTE: Changes are previewed in real time in the same tool!
Once the desired style has been created, press the Export Style button to save it as a .rgsbinary style file. Style can also be exported as an embeddable .h code file or a .png controls table image (intended for preview and style showcase)
rGuiStyler Standalone comes with command-line support for batch conversion. For usage help:
rguistyler.exe --help
rGuiStyler License
rGuiStyler source code is distributed as open source, licensed under an unmodified zlib/libpng license.
rGuiStyler desktop tool is distributed as freeware.
In any case, consider some donation to help the author keep working on software for games development.
Copyright (c) 2017-2025 raylib technologies (@raylibtech) / Ramon Santamaria (@raysan5)
| Status | Released |
| Category | Tool |
| Platforms | HTML5, Windows, macOS, Linux |
| Rating | Rated 4.8 out of 5 stars (6 total ratings) |
| Author | raylib technologies |
| Made with | raylib |
| Tags | imgui, raygui, raylib, style, tool |
| Average session | About a half-hour |
| Languages | English |
| Inputs | Keyboard, Mouse |
| Links | Homepage, Twitter/X, Source code, Steam, LinkedIn |
Download
Click download now to get access to the following files:
Development log
- rGuiStyler v6.0 published!Mar 27, 2025
- rGuiStyler v5.0 published!Sep 20, 2023
- rGuiStyler v4.2 published!Dec 13, 2022
- rGuiStyler v4.1 published!Oct 11, 2022
- rGuiStyler v4.0 published!Oct 02, 2022
- rGuiStyler v3.5 published!Dec 29, 2021
- rGuiStyler Linux version released!Oct 06, 2019






Comments
Log in with itch.io to leave a comment.
No 32 bit build
No, but you can build it yourself: https://github.com/raysan5/rguistyler
I tried to compile with gcc, but throws many errors
Great program! :D
Thanks! Glad you like it!
needs tooltips and drag-n-drop doesn't seem to be working on firefox.