Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.08 KB

README.md

File metadata and controls

24 lines (18 loc) · 1.08 KB

GeminiGUI

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.

Demos

There are two demo addons in examples/ that showcase various methods on the uses of GeminiGUI.

Links