Anyone make a editor for this great GUI lib?

Started by Mars_999, 27 August 2015, 05:09:36

Mars_999

I am wondering has anyone made a editor to make the UI creation quicker using TGUI? Be nice to use a layout editor and then save it to the config files to use that way...

Thanks!

texus

Since I would have probably heard if someone would have, I guess it is safe to say that there isn't one for v0.7-dev.

If you use v0.6 then TGUI comes with a simple Form Builder, for windows there is an exe in the form-builder folder and for other OSes you have to check the TGUI_BUILD_FORM_BUILDER in CMake.

But the form builder is a big project, the one in v0.6 is still limited to simple screens and it is too much work to maintain it for future tgui versions. So it is no longer being developed and already dropped in the v0.7-dev branch because I simply don't have the time to maintain it, I already have too little time to just develop the gui without the form builder.