View Single Post
04-24-13, 10:57 AM   #32
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 1,740
I'm getting near alpha state.



Including pet and targettarget (showing a second ring layout template)


I decided to add a templating engine for ring setups. Thus it is possible to setup different ring types and use them for specific units.

The update and value change functions are done.

A ring can use 1,2,3 or all 4 segments.
A ring can rotate clockwise or counter-clockwise.

Lua Code:
  1. --    ring segment layout
  2. --     ____ ____
  3. --    /    |    \
  4. --    |  4 | 1  |
  5. --     ----+----
  6. --    |  3 | 2  |
  7. --    \____|____/
  8. --

More shots:
http://imgur.com/a/786JI#0

*edit*

I released oUF_Donut: http://www.wowinterface.com/download...oUF_Donut.html
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)

Last edited by zork : 04-24-13 at 12:06 PM.
  Reply With Quote