Ace3 example with options panel and slash commands.
- https://www.wowace.com/projects/ace3/pages/getting-started
- https://wowpedia.fandom.com/wiki/Ace3_for_Dummies
HelloAce-master
folder to HelloAce
The Ace3 libs are hard-embedded (hardcoded) for simplicity.
When updating your addons it's recommended to have the packager pull the latest Ace3 libs when packaging, i.e. soft-embedding. This requires a PackageMeta File.
To still have your own local Ace3 libs without checking them out to the repository:
- Use the Ace3 libs standalone by dropping the Ace3 addon in the
AddOns
folder and specifying## OptionalDeps: Ace3
in your TOC. - Or put the Ace3 libs in the
Libs
folder and exclude it from the repository with .gitignore.