{"id":16811689,"url":"https://github.com/raysan5/rguistyler","last_synced_at":"2025-07-05T07:08:18.059Z","repository":{"id":39699172,"uuid":"145150978","full_name":"raysan5/rguistyler","owner":"raysan5","description":"A simple and easy-to-use raygui styles editor","archived":false,"fork":false,"pushed_at":"2025-06-07T13:33:52.000Z","size":9945,"stargazers_count":65,"open_issues_count":1,"forks_count":13,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-06-25T05:09:02.353Z","etag":null,"topics":["imgui","raygui","ui-components","ui-design","ui-themes"],"latest_commit_sha":null,"homepage":"https://raylibtech.itch.io/rguistyler","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,"zenodo":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":"2018-08-17T17:53:28.000Z","updated_at":"2025-06-12T18:40:36.000Z","dependencies_parsed_at":"2025-01-16T20:09:53.506Z","dependency_job_id":"16f3fad7-211a-4e1d-aca2-44209ec99b21","html_url":"https://github.com/raysan5/rguistyler","commit_stats":{"total_commits":526,"total_committers":6,"mean_commits":87.66666666666667,"dds":"0.017110266159695797","last_synced_commit":"6b0296df2c283715bc10149e300e3beb5d8b0241"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/raysan5/rguistyler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raysan5%2Frguistyler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raysan5%2Frguistyler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raysan5%2Frguistyler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raysan5%2Frguistyler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raysan5","download_url":"https://codeload.github.com/raysan5/rguistyler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raysan5%2Frguistyler/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263699786,"owners_count":23497963,"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":["imgui","raygui","ui-components","ui-design","ui-themes"],"created_at":"2024-10-13T10:19:28.972Z","updated_at":"2025-07-05T07:08:18.043Z","avatar_url":"https://github.com/raysan5.png","language":"C","funding_links":["https://github.com/sponsors/raysan5"],"categories":[],"sub_categories":[],"readme":"# `rGuiStyler`\n\nA simple and easy-to-use [raygui](https://github.com/raysan5/raygui) styles editor.\n\nUseful for tools style customization. The best tool companion for [rGuiLayout](https://raylibtech.itch.io/rguilayout) and [rGuiIcons](https://raylibtech.itch.io/rguiicons).\n\n`rGuiStyler` can be used for free as a [WebAssembly online tool](https://raylibtech.itch.io/rguistyler) and it can also be downloaded as a **standalone tool** for `Windows`, `Linux` and `macOS` with some extra features.\n\n**NOTE: Latest `rGuiStyler 6.0` release is intended to be used with [`raygui 4.5+`](https://github.com/raysan5/raygui) release.**\n\n## Features\n\n - **Global and control specific styles edition**\n - **Style preview** in real time with individual test controls\n - **Style templates** available to start customizing new styles\n - Selectable controls state: **NORMAL, FOCUSED, PRESSED, DISABLED**\n - Save and load as binary style file `.rgs` (with font embedded!)\n - Export style as an embeddable **code file** (`.h`) (with font embedded!)\n - Export style as a `.png` **controls table image** for showcase\n - Embed style as png image chunk: `rGSf` (rgs file data)\n - Import, configure and preview **style fonts** (`.ttf`/`.otf`)\n - Load custom font charset for the style (Unicode codepoints)\n - Color palette for quick color save/selection\n - **+14 custom style examples** included for reference\n - Command-line support for `.rgs`/`.h`/`.png` batch conversion\n - **Free and open source** \n\n## Screenshot\n\n![rGuiStyler](screenshots/rguistyler_v600_shot01.png)\n \n## Usage\n\nThe tool is quite intuitive, the expected steps to follow are: \n 1. Choose the control to edit from the Controls ListView (`DEFAULT` referes to global style for all controls)\n 2. Choose the property to edit from Properties ListView\n 3. Select a value for that property (color, number...) on Control Property Edit window\n 4. Font can be loaded and atlas generated automatically\n \nNOTE: Changes are previewed in real time in the same tool! \n\nOnce the desired style has been created, press the `Export Style` button to save it as a `.rgs`**binary 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)\n\n`rGuiStyler Standalone` comes with command-line support for batch conversion. For usage help:\n\n \u003e rguistyler.exe --help\n\n## License\n\n`rGuiStyler` source code is distributed as **open source**, licensed under an unmodified [zlib/libpng license](LICENSE). \n\n`rGuiStyler` binaries are completely free for anyone willing to compile them directly from source.\n\n`rGuiStyler 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) 2017-2025 raylib technologies ([@raylibtech](https://twitter.com/raylibtech)) / Ramon Santamaria ([@raysan5](https://twitter.com/raysan5))*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraysan5%2Frguistyler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraysan5%2Frguistyler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraysan5%2Frguistyler/lists"}