GeminiGUI is a WildStar addon library designed to allow addon developers the ability to create UI windows and components in-game with a Lua table.
GeminiGUI offers the following features:
- UI creation from a lua table
- Inline event handlers
- Nested children
- Pixie support
- Assign data to parent and children
A utility, Houston2GeminiGUI, has been developed to convert Houston generated Form XML files into GeminiGUI tables. This allows the use of Houston to prototype designs and export to GeminiGUI tables.
There are two demo addons in examples/ that showcase various methods on the uses of GeminiGUI.
- API
- Widget Attributes and Events