public
Description: Red Sun - Ruby to Flash compiler and framework
Homepage: http://jonathanbranam.net
Clone URL: git://github.com/jonathanbranam/redsun.git
Mon Dec 15 19:49:31 -0800 2008
commit  c9fbb5d6bb895d4afa166904343edaf39d455768
tree    5484cea4ffcc28579701d2234049ade8c03f9183
parent  3b563b045297da86c50eb60b73fc76b7205724ae
redsun /
README
This is the Red Sun Ruby library. It can parse and write SWF files and can translate Ruby code into AS3 code inside a 
SWF.

It works moderately well...

The flash directory is the implementation of the Ruby VM in AS3. It is a
Flex Builder 3 project directory that is pure Actionscript (not a Flex
project).

The chromosphere directory is an AIR application that can launch Ruby
code in a new AIR Window for experimentation and learning.

Chromosphere relies on a web server running on localhost that can compile
Ruby source code into bytecode. It can be started by executing the following
command from the root directory of Red Sun:

ruby -Ilib -Iresearch lib/redsun/ramaze.rb

(c) Jonathan Branam, 2008