Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonathanbranam/redsun
Red Sun - Ruby to Flash compiler and framework
https://github.com/jonathanbranam/redsun
Last synced: about 2 months ago
JSON representation
Red Sun - Ruby to Flash compiler and framework
- Host: GitHub
- URL: https://github.com/jonathanbranam/redsun
- Owner: jonathanbranam
- License: mit
- Created: 2008-10-02T04:19:40.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2008-12-16T03:50:11.000Z (about 16 years ago)
- Last Synced: 2024-08-04T05:05:53.702Z (5 months ago)
- Language: ActionScript
- Homepage: http://jonathanbranam.net
- Size: 911 KB
- Stars: 48
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
- awesome-actionscript-sorted - redsun - Red Sun - Ruby to Flash compiler and framework (Unsorted / Other API)
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