The book of inspiration

January 14, 2009

Stratus

Filed under: life — Tags: , , — zproxy @ 6:53 am

With Adobe Stratus you can build:

  • A video chat application
  • Multi-player games
  • Voice Over IP

November 19, 2008

C To ActionScript via Alchemy

Filed under: jsc — Tags: , , , — zproxy @ 6:54 am

News by BrokenBlog:

Alchemy to compile your C to ActionScript.

How does Alchemy work?

Alchemy works by converting LLVM bytecode to ActionScript 3.0 (AS3) source through an Adobe-authored LLVM back-end. This AS3 source is then compiled using a special version of the ActionScript Compiler to ActionScript bytecode (ABC). This ABC output is then bundled into either a SWF or a SWC depending on your compile options. The resulting SWFs can be executed using Flash Player or bundled into an AIR app. The resulting SWCs can be built into a larger Flash, Flex or AIR application just like any other SWC.

It looks like my jsc project could benefit from this project as jsc also generates actionscript sourcecode. All I need to do is to find out those special version actionscript keywords (not there yet?) and invoke the special version as3 compiler. There isn’t much in the forums yet.

November 17, 2008

Write AIR and Flex in Visual Studio

Filed under: life — Tags: , , — zproxy @ 10:27 am

It seems Adobe Ensebmle is pushing flex into visual studio. Nice.

Create a free website or blog at WordPress.com.