Skip to content

Minimalist World of Warcraft addon framework for fast, pixel-perfect UI development.

License

Notifications You must be signed in to change notification settings

enderneko/AbstractFramework

Repository files navigation

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 = select(2, ...)

About

Minimalist World of Warcraft addon framework for fast, pixel-perfect UI development.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published