raysan5 / raygui

A simple and easy-to-use immediate-mode gui library
zlib License
3.26k stars 280 forks source link

Documentation on the `rgs` format #398

Closed LiamM32 closed 2 months ago

LiamM32 commented 3 months ago

I would like some documentation on how the .rgs file format works.

This would be helpful for me implement the GuiLoadStyleFromMemory function in another language; in my case D.

ssoher commented 2 months ago

I would like some documentation on how the .rgs file format works.

This would be helpful for me implement the GuiLoadStyleFromMemory function in another language; in my case D.

Already available here

https://github.com/raysan5/rguistyler/blob/63cd62d43abd4efe88b2b0dfe109c75bf6d41fa3/src/rguistyler.c#L2026

raysan5 commented 2 months ago

Considering raygui and rGuiStyler are both open source projects, I think it's ok for now to keep the specs info there. Maybe in a future it can be moved somewhere else...