psyrendust

A mix of code and life, by Larry Gordon

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):

  1. Simple AS3 Tween (could not find a link for this one)
  2. TweenLite
  3. Tweener

Here is the output of my tests for every animation framework that is listed in the demo application.
Read more

4 comments

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

RubyAMF

My friend Aaron Smith has created a really great open source project for Flash and Flex remoting called RubyAMF. This project supports AMF0 and the very fast AMF3. Go check it out if you get a chance!

1 comment

« Previous Page