Skip to content
/ pfUI Public
forked from shagu/pfUI

UI for Vanilla World of Warcraft (1.12) completely written from scratch

License

Notifications You must be signed in to change notification settings

nesherman/pfUI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pfUI

An educational project for World of Warcraft (1.12) mostly known as "Vanilla" which aimes to be a full replacement for the original Wow interface in a single Addon. The design is highly inspired by TukUI and ElvUI (which I never used) as well as several other screenshots I found around the web during the last 10 years. It is entirely written from scratch without any inclusion of 3rd party addons or libraries. This is not an addon-pack like ShaguUI which means that no external Addons will be included. There will be support for external addons like MobHealth3 and HealComm, but they will be never shipped within the package.

Installation (Release)

  1. Download Release
  2. Unpack the Zip
  3. Copy "pfUI" to Wow-Directory\Interface\AddOns
  4. Restart Wow

Installation (Latest)

  1. Download Latest
  2. Unpack the Zip, rename the folder "pfUI-master" to "pfUI".
  3. Copy "pfUI" to Wow-Directory\Interface\AddOns
  4. Restart Wow

Recommended Addons

Commands

/pfui   Open the configuration GUI
/gm     Open the ticket Dialog
/rl     Reload the whole UI

Languages

pfUI supports and contains language specific code for the following languages.

  • English (enUS)
  • French (frFR)
  • German (deDE)
  • Chinese (zhCN)
  • Russian (ruRU)
  • Korean (koKR)

Screenshots

Screenshot

Moving Frames

FAQ

What does "pfUI" stand for?
The term "pfui!" is german and simply stands for "pooh!", because I'm not a big fan of creating configuration UI's especially not via the Wow-API (you might have noticed that in ShaguUI).

How can I donate?
You can't. I'm doing that for fun. Enjoy!

How can I contribute?
Report Errors, Issues and Feature Requests in the Bugtracker. Please make sure to have the latest version installed and check for conflicting addons beforehand.

Can I use Clique with pfUI?
A pfUI compatible version of Clique can be found Here. If you want to keep your current version of Clique, you'll have to apply this Patch.

How can I enable mouseover cast?
Create a macro with "/pfcast SPELLNAME". If you also want to see the cooldown, You might want to add "/run if nil then CastSpellByName("SPELLNAME") end" on top of the macro.

Everything from scratch?! Are you insane?
Most probably, Yes.

About

UI for Vanilla World of Warcraft (1.12) completely written from scratch

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Lua 100.0%