Skip to content

cyritegamestudios/cylibs-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 

Repository files navigation

cylibs-ui

FFXI Windower 4 framework to create interactive UI for your addon. Supported UI components includes lists, grids, tabs, buttons, text, images, tooltips and more.

menu_2


Learn More

Check out the Wiki to find out more about cylibs-ui, or get started with a tutorial on creating your first UI.

Support

Get help or request a feature in the Cyrite Game Studios Discord.

Setup

You will need the latest version of cylibs-ui.

  1. Git clone or download cylibs-ui from Github.
  2. Copy the cylibs folder into the folder of the addon where you want to use cylibs-ui (e.g. addons/MyAddon/cylibs, not addons/MyAddon/cylibs-ui/cylibs).
  3. Import cylibs-ui into your addon by adding require('cylibs/ui/cylibs-ui-includes' to your addon file.
  4. Check out the Wiki or ask for help in the Cyrite Game Studios Discord to get started. Happy coding!
  5. To update cylibs-ui, either do a git pull --rebase or follow the steps above again.

Explore Other Add-ons