
ENJOYING this TOOL? PLEASE, CONSIDER CONTRIBUTING WITH A SMALL DONATION OR SPONSORING ME ON PATREON | GITHUB SPONSORS.
A simple and easy-to-useraygui icons editor.
Useful for tools icons customization. The best tool companion forrGuiLayout andrGuiStyler.
rGuiIcons can be used for free as aWebAssembly online tool and it can also be downloaded as astandalone tool forWindows, Linux andmacOS with some extra features.
.rgi.h).png black&white imagezTXt).rgi/.h/.png batch conversionThe tool is quite intuitive, the expected steps to follow are:
NOTE: Icon changes are previewed in real time in the same tool!
Once icons have been created/edited, they can be saved as a raygui-ready icon set (.rgi), exported as an embeddable.hcode file or exported as a.png image. Note that the.png contains the icons ids information in a standard chunk (tEXt/zTXt).
raygui icon set file (.rgi) can be loaded by raygui using the functionGuiLoadIcons().
raygui icon set code file (.h) can be embedded into a raygui-based application just defining:
#define RAYGUI_IMPLEMENTATION#define RAYGUI_CUSTOM_ICONS // Custom icons set required #include "gui_iconset.h" // Custom icons set provided, generated with rGuiIcons tool#include "raygui.h"
rGuiIcons Standalone comes with command-line support for batch conversion. For usage help:
rguiicons.exe --help
rGuiIcons source code is distributed asopen source, licensed under an unmodifiedzlib/libpng license.
rGuiIcons binaries are completely free for anyone willing to compile it directly from source.
rGuiIcons Standalone 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) 2019-2022 raylib technologies (@raylibtech) / Ramon Santamaria (@raysan5)
Click download now to get access to the following files: