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
- Host: GitHub
- URL: https://github.com/ketho/blizzardinterfaceresources
- Owner: Ketho
- Created: 2019-05-07T00:34:57.000Z (over 6 years ago)
- Default Branch: mainline
- Last Pushed: 2025-03-23T16:22:32.000Z (10 months ago)
- Last Synced: 2025-03-28T13:07:47.165Z (10 months ago)
- Topics: lua, world-of-warcraft
- Language: Lua
- Homepage: https://warcraft.wiki.gg/wiki/World_of_Warcraft_API
- Size: 29.5 MB
- Stars: 187
- 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.1.0", "59466", "Feb 27 2025", 110100
```
