https://github.com/eyal-wowhub/wowlibs
A collection of libraries designed to assist with various aspects of addon development for World of Warcraft.
https://github.com/eyal-wowhub/wowlibs
libraries libs lua world-of-warcraft world-of-warcraft-addon wow wow-addon
Last synced: about 2 months ago
JSON representation
A collection of libraries designed to assist with various aspects of addon development for World of Warcraft.
- Host: GitHub
- URL: https://github.com/eyal-wowhub/wowlibs
- Owner: Eyal-WowHub
- License: bsd-3-clause
- Created: 2024-03-05T11:35:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-09T15:10:16.000Z (3 months ago)
- Last Synced: 2025-02-09T16:23:34.428Z (3 months ago)
- Topics: libraries, libs, lua, world-of-warcraft, world-of-warcraft-addon, wow, wow-addon
- Homepage:
- Size: 139 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
# WowLibs
A collection of libraries designed to assist with various aspects of addon development for World of Warcraft.
#### [Addon](https://github.com/Eyal-WowHub/Addon)
A library that facilitates object creation and event handling, providing essential infrastructure for addons.
#### [AddonConfig](https://github.com/Eyal-WowHub/AddonConfig)
A library that generates addon settings from a template.
#### [CharacterInfo](https://github.com/Eyal-WowHub/CharacterInfo)
A library that provides character and realm information.
#### [Contracts](https://github.com/Eyal-WowHub/Contracts)
A library that provides Design by Contract like API to ensure functions adhere to specific preconditions and postconditions.
#### [TooltipBuilder](https://github.com/Eyal-WowHub/TooltipBuilder)
A library that provides a fluent interface to the GameTooltip API, making it easier to manage tooltip lines and customize their appearance.
#### [UnitTest](https://github.com/Eyal-WowHub/UnitTest)
A library that offers an easy, efficient, and organized way to create, manage, and run unit tests.