04/03/07, 11:43 PM
|
#4 (permalink)
|
|
In the Beginning was the Command Line
|
Hey all, ckknight here.
I started PitBull recently, which is my very own unit frames implementation.
It's relatively immature right now (2007-03-28), but things are progressing.
What sets it apart from other unit frames, such as agUF, is that almost everything is run in a modular fashion.
I have also paid extremely close attention to performance, especially with regards to frame recycling.
For example, if you hide one frame, all its child frames go into a big recycle bin. If you show another frame after that point, instead of making its own new children frames, it will reach into the recycle bin and reuse them. This cuts down on the number of unused frames immensely.
PitBull is made to be extremely modular and extensible, so as it progresses along, I hope you all like it.
|
Straight from the info page.
Last edited by Malan : 04/03/07 at 11:49 PM.
|
|
|
|
|
|