The linear layout, designed by Martin Krzywinski, aims to make…

The linear layout, designed by Martin Krzywinski, aims to make network visualization more understandable. via information aesthetics

The linear layout, designed by Martin Krzywinski, aims to make network visualization more understandable. via information aesthetics
After an extremely long wait, the Layout Organizers I began working on so long ago has finally been released as a full-fledged library named coordy. The code and documentation has finally reached a level of maturity where I feel comfortable offering it up to the public. The code is MIT licensed and begging to be used. Read On…
I have been getting a lot of emails and comments about this and I have rudely not replied to any of them. It is not because I am trying to be rude (I promise), I am just eyeball deep in a large project at the moment. Thus, I have had zero time to work on anything extracurricular, including sleep.
That said, after this project, the layout organizer library and releasing this blog’s theme are going to be my top priorities. Yes, I could release the library right now, but I would prefer to do it right. The project I am working on should be complete around early July, so I would expect the library to be released by mid to late July. This time, library will be released with full documentation, it will be also available as a SWC and it will be released on Google Code so that releases can actually be offered up on a more regular timeline.
I know this is not optimal and I apologize for the lack of updates, but better to just do this right than to hand out a half-ass intermediate release just to release the right way a couple weeks later.
A long while back, I released a layout organizer library for Flash. The whole project was essentially an experiment-turned-released-code-collection and, as expected, there have been some growing pains going forward. I have been taking the time to rethink portions of the library and try to clean up and extend its functionality. One big push forward was the introduction of 3d layouts — however, it did not quite fit in with the prior structure. Well, I am very close to completing a fairly thorough rewrite of the library, which will be released in a less haphazard way. I have come to depend on this library for almost every project I have taken on — it just takes care of so much for you automatically. Read On…
A while back, I published some work on AS3 layout organizers. The basic premise was to use virtual “containers” of a collection of DisplayObjects to create special layouts, such as a grid or ellipse. The project turned out to be quite enjoyable and I have used this library for almost every project I have worked on since I wrote it. With Flash 10′s introduction of 3d, it seemed appropriate to branch out these organizers into their 3d counterparts. In addition, I have spent a considerable amount of time re-writing a large portion of the core code to make it easier to use and more efficient. I was hoping to release the code in this post as well, but it just is not quite there yet. So, consider this a preview of the revamped library. Read On…