Archive for the ‘Technology’ Category

Aug 2, 2010

Apparat – A custom Matryoshka

A few weeks ago Joa Ebert (@joa) released an update to the Apparat Reducer, adding the option of LZMA compression to further reduce your SWF file-sizes.

It works by squeezing your original SWF with LZMA compression, and injecting that data as a ByteArray into a wrapper SWF - hence the Matryoshka moniker.

The Matryoshka handles decompressing the data with an AS3 implementation of LZMA decompression, and then loads the resulting SWF bytes with a standard Loader object.

This all works beautifully, and you can get pretty decent reductions in file-size, especially on larger SWFs.

After testing it, I took a look at the Apparat sources - in particular the LZMA decoder and Matryoshka wrapper - and noticed that because of the use of the Vector type, the code was only compatible with Flash Player 10 or greater.

With the need to create Flash Player 9 compatible content still the part of many a working day, I felt it was worth trying to build a custom version of Apparat with Flash Player 9 compatible Matryoshka and LZMA decompression...

(more...)

Apr 8, 2010

Design Outside the Box – presentation from DICE 2010

Watched this video the other day, some pretty interesting insight into and predictions for facebook and non-traditional games.

"Carnegie Mellon University Professor, Jesse Schell, dives into a world of game development which will emerge from the popular 'Facebook Games' era"

Watch it on G4

Feb 18, 2010

It’s the Future!

Jan 8, 2010

Camera drone piloted via iphone

I want one of these! It's controlled via your iphone over it's own wifi (so the range is a little limited), but it has a camera attached which even be used to play augmented reality games.

(more...)

Dec 17, 2009

Google Browser Size

googlebroswersize

Google Labs has a visualization of the different browser sizes used by people accessing google.com. It can be overlaid over any site to see what percentage of people have to scroll to see elements, the drop off after 1024x768 is quite remarkable. How much of this is negated by people having a smaller browser window to search or netbooks even?

browsersize.googlelabs.com

Nov 4, 2009

Reducing the drudgery of embedding fonts in AS3

Using and managing embedded fonts in Flash is a lot easier than it was a few years ago, but I still find myself repeating tedious steps of set-up each time I need to create a new font-asset swf.

So, I created an Air application to do it for me ;)

Skip to the end to download the app and source, or read on for all the juicy details...

(more...)

Oct 13, 2009

Oldschool – Andy Warhol paints Debbie Harry on an Amiga

Oct 6, 2009

CS5 on the horizon…

No doubt you'll of heard that with Flash CS5 you'll be able to build applications for the iPhone. Nice.

But along with that there are some long awaited improvements to the IDE, most notably a new XML based FLA file format (hurrah!), and much improved text handling/rendering with the open source Text Layout Framework (TLF)