public
Description: Red Sun - Ruby to Flash compiler and framework
Homepage: http://jonathanbranam.net
Clone URL: git://github.com/jonathanbranam/redsun.git
redsun / README
100644 20 lines (12 sloc) 0.705 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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