{"id":16811739,"url":"https://github.com/raysan5/rguiicons","last_synced_at":"2026-03-04T01:14:46.577Z","repository":{"id":39645216,"uuid":"205657970","full_name":"raysan5/rguiicons","owner":"raysan5","description":"A simple and easy-to-use raygui icons editor","archived":false,"fork":false,"pushed_at":"2025-03-08T17:59:02.000Z","size":1490,"stargazers_count":56,"open_issues_count":1,"forks_count":7,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-08T18:31:04.336Z","etag":null,"topics":["icons","iconset","pixel-art","raygui","ui-design"],"latest_commit_sha":null,"homepage":"https://raylibtech.itch.io/rguiicons","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"zlib","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/raysan5.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"raysan5","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2019-09-01T09:56:12.000Z","updated_at":"2025-03-08T17:59:06.000Z","dependencies_parsed_at":"2024-06-02T13:27:07.406Z","dependency_job_id":"55c2f5a1-d23f-421c-821a-60529d0e94f9","html_url":"https://github.com/raysan5/rguiicons","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raysan5%2Frguiicons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raysan5%2Frguiicons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raysan5%2Frguiicons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raysan5%2Frguiicons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raysan5","download_url":"https://codeload.github.com/raysan5/rguiicons/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243841203,"owners_count":20356443,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["icons","iconset","pixel-art","raygui","ui-design"],"created_at":"2024-10-13T10:19:36.384Z","updated_at":"2026-03-04T01:14:46.566Z","avatar_url":"https://github.com/raysan5.png","language":"C","funding_links":["https://github.com/sponsors/raysan5"],"categories":[],"sub_categories":[],"readme":"# `rGuiIcons`\n\nA simple and easy-to-use [raygui](https://github.com/raysan5/raygui) icons editor.\n\nUseful for tools icons customization. The best tool companion for [rGuiLayout](https://raylibtech.itch.io/rguilayout) and [rGuiStyler](https://github.com/raysan5/rguistyler).\n\n`rGuiIcons` can be used for free as a [WebAssembly online tool](https://raylibtech.itch.io/rguiicons) and it can also be downloaded as a **standalone tool** for _Windows_ and _Linux_ with some extra features.\n\n**NOTE: Latest `rGuiIcons 3.0` release is intended to be used with [`raygui 4.0`](https://github.com/raysan5/raygui/releases/tag/4.0) release.**\n\n## Features\n\n - **Icon editing** and preview at multiple sizes\n - **Cut, copy, paste** icons for easy editing\n - **Undo/Redo** system for icon changes\n - Save and load as binary iconset file `.rgi`\n - Export iconset as an embeddable **code file** (`.h`)\n - Export iconset as a `.png` black\u0026white image\n - Icon name ids exported as standard PNG chunk (`zTXt`)\n - Multiple UI styles for tools reference\n - **+200 custom icons for reference** and basic edition\n - Command-line support for `.rgi`/`.h`/`.png` batch conversion\n - **Completely portable (single-file, no-dependencies)**\n - **Free and open source** \n\n## Screenshot\n\n![rGuiIcons](screenshots/rguiicons_v200_shot02.png)\n\n## Usage\n\nThe tool is quite intuitive, the expected steps to follow are: \n 1. Choose the icon to edit from icons panel\n 2. Edit the icon pixels in the right panel\n 3. Select next icon for edit or export set/individual icon\n \nNOTE: Icon changes are previewed in real time in the same tool! \n\nOnce icons have been created/edited, they can be saved as a raygui-ready icon set (.rgi), exported as an embeddable `.h` **code file** or exported as a `.png` image. Note that the `.png` contains the icons ids information in a standard chunk (`tEXt`/`zTXt`).\n\n - raygui icon set file (`.rgi`) can be loaded by raygui using the function `GuiLoadIcons()`.\n\n - raygui icon set code file (`.h`) can be embedded into a raygui-based application just defining:\n\n```c\n#define RAYGUI_IMPLEMENTATION\n#define RAYGUI_CUSTOM_ICONS     // Custom icons set required \n#include \"gui_iconset.h\"        // Custom icons set provided, generated with rGuiIcons tool\n#include \"raygui.h\"\n```\n\n`rGuiIcons Standalone` comes with command-line support for batch conversion. For usage help:\n\n \u003e rguiicons.exe --help\n\n## License\n\n`rGuiIcons` source code is distributed as **open source**, licensed under an unmodified [zlib/libpng license](LICENSE). \n\n`rGuiIcons` binaries are completely free for anyone willing to compile it directly from source.\n\n`rGuiIcons Standalone` desktop tool is distributed as freeware. \n\nIn any case, consider some donation to help the author keep working on software for games development.\n\n*Copyright (c) 2019-2026 raylib technologies ([@raylibtech](https://github.com/raylibtech)) / Ramon Santamaria ([@raysan5](https://github.com/raysan5))*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraysan5%2Frguiicons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraysan5%2Frguiicons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraysan5%2Frguiicons/lists"}