Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 2.17 KB

File metadata and controls

43 lines (31 loc) · 2.17 KB

AbstractFramework

version GitHub commit activity last commit wakatime

Discord KOOK Curseforge Wago

ko-fi afdian

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.

Screenshot

demo

Demo: /abstract or /afw or /af

VS Code

  1. Clone this repository to your local computer or install the addon directly.

  2. Add the AbstractFramework directory to your system environment variables (e.g., AF_HOME).

  3. Install the Lua extension (sumneko.lua).

  4. In your workspace's settings.json, add the following:

    "Lua.workspace.library": [
        "${env:AF_HOME}"
    ]
  5. Wherever you use AF, declare the type with:

    ---@type AbstractFramework
    local AF = _G.AbstractFramework