This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
redsun /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Oct 14 08:07:49 -0700 2008 | |
| |
LICENSE | Wed Oct 01 21:16:21 -0700 2008 | |
| |
README | Sat Nov 08 12:50:41 -0800 2008 | |
| |
Rakefile | Wed Oct 01 21:16:21 -0700 2008 | |
| |
TODO | Mon Dec 15 08:05:05 -0800 2008 | |
| |
chromosphere/ | Mon Dec 15 11:01:34 -0800 2008 | |
| |
flash/ | Mon Dec 15 19:49:31 -0800 2008 | |
| |
lib/ | Mon Dec 15 11:01:34 -0800 2008 | |
| |
plan.txt | Wed Oct 29 10:35:57 -0700 2008 | |
| |
research/ | Mon Dec 15 19:49:31 -0800 2008 | |
| |
ruby_cmds.sh | Fri Oct 31 13:51:57 -0700 2008 | |
| |
test/ | Wed Oct 22 12:17:57 -0700 2008 |
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











