Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ketho/blizzardinterfaceresources

Development resources from World of Warcraft
https://github.com/ketho/blizzardinterfaceresources

lua world-of-warcraft

Last synced: 7 days ago
JSON representation

Development resources from World of Warcraft

Awesome Lists containing this project

README

        

# BlizzardInterfaceResources
Global resources extracted from World of Warcraft for development purposes.
* Dumped from the [KethoDoc](https://github.com/Ketho/KethoDoc) addon
* [GlobalStrings](https://github.com/Ketho/WowpediaDoc/blob/master/Projects/UpdateResources/GlobalStrings.lua) and [AtlasInfo](https://github.com/Ketho/WowpediaDoc/blob/master/Projects/UpdateResources/AtlasInfo.lua) are downloaded from [wago.tools](https://wago.tools/db2/GlobalStrings)
* Templates and mixins are [parsed](https://github.com/Ketho/WowpediaDoc/blob/master/Projects/DumbXmlParser/DumbXmlParser.lua) from FrameXML
```lua
GetBuildInfo() => "11.0.7", "58238", "Dec 19 2024", 110007
```
![](https://raw.githubusercontent.com/Ketho/BlizzardInterfaceResources/mainline/Resources/WidgetHierarchy.png)