View Single Post
06-19-18, 08:50 PM   #1
Sharji
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: May 2015
Posts: 14
StdUi - New widget library

I just wanted you guys know about new library that is being developed by me:
https://github.com/kaminaris/StdUi/wiki

I suggest checking all the widgets, not everything is yet documented. Current look:



I aim to provide near enterprise level of documentation. It will have the best (at least one of the best) documentations for WoW library you have seen.

It will look the same no matter if you have elvui or any other addon installed. Its not related to Ace nor ElvUi.
Requires just LibStub.
100% Lua (no XML)

Has a lot of built in widgets
Works with blizzard UI
Does not create proxy object (except for ScrollTable)
Almost certainly immune to any changes blizzard will make in their code (none of the widget uses blizzard templates/code)
Can spawn new instance which you can customize
Will have a grid layout

Lemmie know what you think, contributions are welcome
  Reply With Quote