AbstractFramework is a minimalist World of Warcraft addon framework for fast widget creation.
It's easy to use and ensures pixel-perfect precision, making it ideal for developers seeking a clean and efficient interface.
Demo: /abstract or /afw or /af
-
Clone this repository to your local computer or install the addon directly.
-
Add the
AbstractFrameworkdirectory to your system environment variables (e.g.,AF_HOME). -
Install the Lua extension (sumneko.lua).
-
In your workspace's settings.json, add the following:
"Lua.workspace.library": [ "${env:AF_HOME}" ]
-
Wherever you use AF, declare the type with:
---@type AbstractFramework local AF = select(2, ...)

