RGX-Framework

Modular library for WoW addon development - Fonts, Colors, Textures

File Details

v1.4.0

  • R
  • Apr 25, 2026
  • 5.21 MB
  • 0
  • 12.0.5
  • Retail

File Name

RGX-Framework-v1.4.0.zip

Supported Versions

  • 12.0.5

RGX-Framework

v1.4.0 (2026-04-25)

Full Changelog Previous Releases

  • v1.4.0 — OnLogin, OnLoad, Minimap lifecycle shortcuts
    Addon authors no longer need to know WoW event names. RGX:OnLogin(fn) wraps
    PLAYER_LOGIN, RGX:OnLoad(name, fn) wraps ADDON_LOADED, RGX:Minimap(config)
    is a one-call shortcut for GetMinimap():Create(). A working addon is now
    ~10 lines with no event names, no frame creation, no boilerplate.
    Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
  • docs: update description.html for v1.3.0, add Hello RGX to roadmap
    Description updated to reflect new v1.3.0 features (lifecycle, output helpers,
    Mixin, self-contained dropdowns). Version badge removed per policy. Hello RGX
    reference addon added to near-term roadmap.
    Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com