Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaliborc/wildpants
Shared services between Bagnon and Combuctor. Pants are a dangerous foe indeed.
https://github.com/jaliborc/wildpants
addon inventory lua world-of-warcraft
Last synced: 27 days ago
JSON representation
Shared services between Bagnon and Combuctor. Pants are a dangerous foe indeed.
- Host: GitHub
- URL: https://github.com/jaliborc/wildpants
- Owner: Jaliborc
- Created: 2014-11-30T06:42:31.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-01-31T21:22:14.000Z (almost 2 years ago)
- Last Synced: 2023-03-12T08:24:44.164Z (almost 2 years ago)
- Topics: addon, inventory, lua, world-of-warcraft
- Language: Lua
- Size: 480 KB
- Stars: 22
- Watchers: 6
- Forks: 45
- Open Issues: 11
-
Metadata Files:
- Readme: Readme.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Wildpants :jeans:
Wildpants is the core engine behind Bagnon and Bagnonium. Having a shared codebase allows for easier maintenance and for new features to be simultaneously implemented on both addons without additional effort.It **is not a library to be reused to implement other addons**, as it constitutes the vast majority of what these addons are. Bagnon and Bagnonium are just two different skins implemented over the engine.
## For Developers
Are you a developer? Wildpants provides a rich API for developing plugins or addons that interact with Bagnon and Bagnonium:
* [Item Ruleset API](https://github.com/tullamods/Wildpants/wiki/Ruleset-API)
* [Custom Events](https://github.com/tullamods/Wildpants/wiki/Custom-Events)