rGuiLayout
ENJOYING this TOOL? PLEASE, CONSIDER CONTRIBUTING WITH A SMALL DONATION OR SPONSORING ME ON PATREON | GITHUB SPONSORS.
rGuiLayout
A simple and easy-to-use raygui layouts editor.
Useful for custom tools layout creation. The best tool companion for rGuiStyler and rGuiIcons.
rGuiLayout can be used for free as a WebAssembly online tool and it can also be downloaded as a standalone tool for Windows and Linux.
WARNING: This tool targets raygui 4.0
rGuiLayout Features
- 25 gui controls to define your immmediate-mode gui layout
- Place controls and move/scale them freely
- Snap to grid mode for maximum precission
- Link controls to anchors for better organization
- Edit controls text and code name (for exported variables)
- Icon selection panel on control text edition
- Load/Save your layouts as
.rgl
text files - Supports
.png
image loading to be used as tracemap - Support for custom code templates to generate your controls code
- Export layout directly as plain C code, ready to edit and compile
- Multiple GUI styles available with support for custom ones (
.rgs
) - Free and open-source
rGuiLayout Standalone Additional Features
- Command-line support for
.rgl
to.c
/.h
conversion - Completely portable (single-file, no-dependencies)
rGuiLayout Usage
For detailed usage information, check provided USAGE.md file.
The tool works with mouse and several key shortcuts that can be viewed with F1 key.
Use mouse wheel to navigate along the available controls or select them on right controls panel, place them on the main grid and scale as required.
Load and Save .rgl
layout files to keep working on custom layouts.
Export layouts as code, Code Generation Window offers multiple export options to generate the code.
rGuiLayout Standalone
comes with command-line support for batch conversion. For usage help:
rguilayout.exe --help
rGuiLayout License
rGuiLayout
source code is distributed as open source, licensed under an unmodified zlib/libpng license.
rGuiLayout
binaries are completely free for anyone willing to compile them directly from source.
rGuiLayout Standalone
desktop tool could be downloaded with a small donation.
In any case, consider a donation to help the author keep working on software for games development.
Copyright (c) 2015-2023 raylib technologies (@raylibtech)
Status | Released |
Category | Tool |
Platforms | HTML5, Windows, macOS, Linux |
Rating | Rated 5.0 out of 5 stars (5 total ratings) |
Author | raylib technologies |
Made with | raylib |
Tags | editor, raygui, raylib, tool |
Code license | zlib License |
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
- rGuilayout v4.0 published!Sep 26, 2023
- rGuilayout v3.1 published!Dec 13, 2022
- rGuiLayout v3.0 published!Oct 26, 2022
- rGuiLayout v2.5 published!Jan 03, 2022
- rGuiLayout Linux version released!Oct 06, 2019
- rGuiLayout and rGuiStyler UPDATED!Sep 15, 2019
- rGuiLayout v1.0 published!May 14, 2018
Comments
Log in with itch.io to leave a comment.
This is a really nice tool, Good job! Would be nice if we could zoom in/out, Also if we could choose the resolution, My App screenWidth and screenHeight don't match the tool resolution.
This tool is intended for pixel-perfect raygui designs so scaling was not exposed but it could probably be added.
About resolution, what do you mean? Independently of the scaling the resolution of the created layout is always the same...
The lack of tooltips makes this awkward to use.
Maybe it is just my browser, but when I go to the downloads page it does not show the downloads files?
The web version can be used for free but the desktop versions require a donation of $20 or more.
Ahh I see, thank you!
Not now at least
I have a 4k display and unfortunately this program renders too small to use on it. It would be nice to see implemented an option to increase the scaling like in the sound effect generator.