mirror of
https://github.com/raysan5/raygui.git
synced 2026-02-21 13:13:36 -05:00
- Changed controls variables to one unique struct (GuiLayout) - Added precise movement and lockMode to anchors - Modified snap speed for controls/anchors - Added extension checker, hardcode to .rgl if extension is NULL when saving
raygui tools: rGuiLayout and rGuiStyler
Two tools are distributed together with raygui library to help on imgui development and styling. rGuiSyler is a raygui visual styles editor to create color-sizes variants of default raygui styles and rGuiLayout is a raygui visual layout editor to place controls in a visual way, defined layout could be saved and also exported to C code.