Updated Processing works

Monday, May 26th, 2008

I updated all the processing works to use a more common code base. Additionally i added start/stop functionality to the small versions displayed directly in the blog.
I also fixed a few minor (and some major) issues in the Sand Traveler project.
In the original code you will find the following line:
float tinc = ot+(1.1-t/num)*2*t*TWO_PI/num;
which i ported [...]

Compiling SWC Libraries - Part 2

Thursday, May 8th, 2008

dragonworx, a user from the FlashDevelop message board took the time to write an SWC compilation plug-in for FlashDevelop.
So, if you’re a FlashDevelop user and you’re looking to compile an SWC library you should definitely have a look at this.
http://www.flashdevelop.org/community/viewtopic.php?t=2987
I personally have not yet put it to use as i am waiting until solutions are [...]

Building an SWC library using the Flex 3 SDK

Wednesday, February 20th, 2008

So the other day i was trying to build the AsWing library with the Flex SDK. Sadly, i failed miserably. I didn't even know where to start. How do you feed all the files into the compiler? What command line switches to use? So after reading basically every piece of documentation that Adobe has to [...]