Skip to content

BigFootTeam/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 = _G.AbstractFramework

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Lua 99.2%
  • Other 0.8%