Ecosyste.ms: Awesome
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: 7 days ago
JSON representation
Development resources from World of Warcraft
- Host: GitHub
- URL: https://github.com/ketho/blizzardinterfaceresources
- Owner: Ketho
- Created: 2019-05-07T00:34:57.000Z (over 5 years ago)
- Default Branch: mainline
- Last Pushed: 2024-11-27T00:56:33.000Z (about 1 month ago)
- Last Synced: 2024-12-28T01:08:02.556Z (14 days ago)
- Topics: lua, world-of-warcraft
- Language: Lua
- Homepage: https://warcraft.wiki.gg/wiki/World_of_Warcraft_API
- Size: 23.6 MB
- Stars: 183
- Watchers: 19
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)