Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.