|
![]() |
GIG—GUI Generator for FOXI really like the FOX GUI Toolki which is probably the very best C++ GUI toolkit out there. It has a rich set of components, a really good component messaging (that doesn’t require separate slow ass compiles like Qt MOC), reasonable APIs, simple GUI construction, and a reasonable look. It’s also missing a GUI builder. I whipped up GIG while working on something else (since dead) so that I could generate my GUIs. GIG is also dead, but when it was working it used Lua to build and generate the FOX code needed to implement a GUI. I found I could crank out a FOX GUI really quick with it. Alas, like most of my projects it fell into bit rot. |