Some favorite site feeds aggregated locally: iPhone Development RSS   Adobe Labs RSS   Macrumors RSS

Monday, March 31, 2008

Thoughts on Shu

Monday, March 31, 2008   

For those writing and deploying AIR applications, you probably dig the most the ability write once and deploy for Mac and PC. You don't need to worry about wrappers and custom APIs per operating system because the player and the wrapper takes care of that for you.

You can do quite a bit with the AIR APIs that are presently available to you, but some would like more hooks, deeper hooks, and you can get some of that with Shu. However, you'll be taking your AIR application and deploying a standalone executable for Mac and/or Windows separately.

I assume the write-once and deploy for both holds up... the wrapper will take care of the extras.

One one hand this is really cool. If you have a specific need and AIR alone presents most of it & you only need a little extra... Shu seems like a perfect fit. You will lose the ability to distribute the application as a .air file though, but you might be distributing the application on CDRom, explicit download per OS, etc. so it wouldn't matter to you.

On the other hand, you'll have to manage two iterations of the application if you choose to support Mac and Windows. Again, this might not be a big deal to you.

What does Shu-Player offer you as a developer? You can read the command list here. You can even use the Shu Extensions API to author and add custom commands if you know some C/C++.

I have zero experience with this product. And its not cheap... £250 for both versions (about $500 US dollars). There is a demo for this. Anyone have any pointers about this product?
 
 Return to the main page
Comments:

There are currently 2 Comments:

Anonymous John said...
“I have just downloaded Shu and used it on an Flex/AIR app I am currently developing.
I found it easy peasy to use.
Resulting apps quite big - not really a problem though (unless you need tiny app size).
Looking forward to writing an extension for it!”
 
Blogger Anish Kumar said...
April 1, 2009 7:51 AM
“I had downloaded the Shu demo version few days back and tried playing around with it for a while. It created a standalone installer but my AIR application fails to installs when I invoke the installer created from Shu. Shu complains that it encountered an error 1792 from AIR and its quitting.
Not sure if others are facing this error. I got the error both on my Mac Leopard and Windows Vista machine.

-Anish
http://www.macoscoders.com/”
 
 Leave a comment