Skip to content

World of Warcraft (Retail and Classic) AddOn with UI tweaks

License

Notifications You must be signed in to change notification settings

arturparkhisenko/rgb-ui

Repository files navigation

rgb-ui ⚔️

World of Warcraft (Retail and Classic) AddOn with UI tweaks

VSCode plugins

Notes

  • In .toc, hex color starts right after |cff: ## Title: |cffc41f3brgb-ui

Packaging and publishing

Optimizations

  • upvalue globals like: local _G = G
  • for i = 1, #tbl do local v = tbl[ i ] instead of for i, v in ipairs(tbl) do
  • string.format('rgb-ui: %s', 'hello') instead of of ("rgb-ui: %s"):format('hello')

URLs

Addons

Guides

TODO

Ordered by priority

  • Add simplified interface options: increase a focus cast bar, shadow Ui
  • Release a version 0.1.0
  • Publish on CurseForge
  • Publish on WoWInterface
  • Publish on WagoIO
  • Publish post on reddit

Releases

No releases published

Languages