FFXI Windower 4 framework to create interactive UI for your addon. Supported UI components includes lists, grids, tabs, buttons, text, images, tooltips and more.
Check out the Wiki to find out more about cylibs-ui, or get started with a tutorial on creating your first UI.
Get help or request a feature in the Cyrite Game Studios Discord.
You will need the latest version of cylibs-ui.
- Git clone or download cylibs-ui from Github.
- Copy the
cylibs
folder into the folder of theaddon
where you want to usecylibs-ui
(e.g.addons/MyAddon/cylibs
, notaddons/MyAddon/cylibs-ui/cylibs
). - Import
cylibs-ui
into your addon by addingrequire('cylibs/ui/cylibs-ui-includes'
to your addon file. - Check out the Wiki or ask for help in the Cyrite Game Studios Discord to get started. Happy coding!
- To update cylibs-ui, either do a
git pull --rebase
or follow the steps above again.