Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 4 hours 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
- Created: 2024-03-05T11:35:36.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-01-05T13:33:47.000Z (14 days ago)
- Last Synced: 2025-01-05T14:33:12.431Z (14 days ago)
- Topics: libraries, libs, lua, world-of-warcraft, world-of-warcraft-addon, wow, wow-addon
- Homepage:
- Size: 132 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# WowLibs
A collection of libraries designed to assist with various aspects of addon development for World of Warcraft.
#### [Contracts](https://github.com/Eyal-WowHub/Contracts)
A library that provides Design by Contract like APIs to ensure functions adhere to specific preconditions and postconditions.
#### [Addon](https://github.com/Eyal-WowHub/Addon)
A library that facilitates object creation and event handling, providing essential infrastructure for addons.
#### [SettingsGenerator](https://github.com/Eyal-WowHub/SettingsGenerator)
A library that generates addon settings from a template.
#### [UnitTest](https://github.com/Eyal-WowHub/UnitTest)
A library that offers an easy, efficient, and organized way to create, manage, and run unit tests.
#### [TooltipBuilder](https://github.com/Eyal-WowHub/TooltipBuilder)
A library that provides a fluent interface to the GameTooltip APIs, making it easier to manage tooltip lines and customize their appearance.
#### [CharacterInfo](https://github.com/Eyal-WowHub/CharacterInfo)
A library that provides character and realm information.