arturparkhisenko / rgb-ui

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

MIT License

About

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

License:MIT License


Languages

Language:Lua 100.0%