itch.io is community of indie game creators and players

Devlogs

rGuiLayout v1.0 published!

rGuiLayout
A browser tool made in HTML5

rGuiLayout, a simple and easy-to-use tool to create raygui (immediate-mode-gui) layouts in a visual way!

After 5 months of development, rGuiLayout is ready! Create simple interfaces for your tools easily, layout can be saved/loaded but the most important feature is direct C code generation with some configuration options.

Generated C code only depends on raygui library (single-file header-only) and raylib, a simple and easy-to-use multiplatform no-external-dependencies C library. This way, created tools could be compiled with no change for multiple systems with an unified gui style... usually compiled to less than 1MB executable.

Useful for super-high performance tools, gui is rendered with hardware acceleration (OpenGL) and in one-single-draw-call, it means it could run at maximum speed even on embedded systems like a Raspberry Pi Zero!

The perfect companion for rGuiLayout is rGuiStyler, a friend tool to customize raygui style in a visual way. Customized styles could be saved/load and shared between both tools.

Just enjoy using those tools! Please, report feedback, it's highly appreciated! :)

Files

  • rGuiLayout v1.0 292 kB
    May 11, 2018
Download rGuiLayout
Leave a comment