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

https://github.com/ketho/blizzardinterfaceresources

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

lua world-of-warcraft

Last synced: 10 months 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.1.0", "59466", "Feb 27 2025", 110100
```
![](https://raw.githubusercontent.com/Ketho/BlizzardInterfaceResources/mainline/Resources/WidgetHierarchy.png)