Skip to content
amirgeva edited this page Jan 27, 2014 · 9 revisions

There are basically 3 things that need to be done, in order to get a functional GUI using this library.


  1. Integrate the GUI rendering into the application. The code samples show how to integrate into existing win32, OpenGL, and SDL applications.
  2. Replace the GUI Layout shown in the samples with your own, by either generating it in runtime, or by loading from XML
  3. Create event handlers to process things like button clicks, list selections and such

Widget Hierarchy