Archive for the 'programming' Category
AS3 Animation Benchmarking Utility, TweenBencher
Moses Gunesch the creator of FuseKit created a very nice open-source tool called TweenBencher. The utility can be used to chart animation performance through the Flash Player’s framerate over the time of the animation. This is a really nice tool and goes a long way to helping developers figure out which animation package to use and for what reasons.
My results showed that the top performers were (in order):
- Simple AS3 Tween
(could not find a link for this one) - TweenLite
- Tweener
Here is the output of my tests for every animation framework that is listed in the demo application.
Read more
Crank
Do you use SVN? Do you use Ruby? Have you ever wanted to easily generate a log output from your SVN repositories? Well my friend Aaron has and it’s called Crank. It creates RSS and HTML output from SVN repository logs using Ruby. It’s sweet and simple to use.
No comments