mirror of
https://github.com/raysan5/raygui.git
synced 2025-12-25 10:22:33 -05:00
- Changed mouse variables to a Vector2 - Reviewed DrawGrid2D, now GuiGrid() - Implemented codeGeneration window for exporting options - Exporting options working: Full Comments, export anchors, define rectangles, define const text
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.