|
Main
start here.
Featured Welcome to the redtamarin project. Simply put, redtamarin is based on the Tamarin project (eg. the Flash Player Virtual Machine) and allow to run AS3 code on the command-line. But because Tamarin only support the AS3 builtins (Object, Array, etc.), redtamarin add numerous native functionalities, so you can test if your program run under Windows or Linux, or read/write files, or send data with sockets, etc. Put another way, if Adobe AIR allow you to build desktop executable with a GUI, redtamarin allow you to build desktop/server executable with a CLI. Mission StatementTo support the use of the AS3 language for cross-platform command-line executable, as single exe either for the desktop or the server, as scripts for automation, as tools for the Flash Platform community. Status
Goals
Synchere the list of sync from the http://code.google.com/p/redshell project, which is a mirror of tamarin-redux
HistoryAt first I was using a mixed system to update from Mercurial and then sync to a local subversion repository and then sync to the google code project, then later I was using another mixed system that was mixing directories from both the Tamarin mercurial repo and this project SVN repo, both were not practical, hard to update. Also, messing a little too much with the Tamarin source code, I ended up having dirty C/C++ code. Since the Tamarin release 703:2cee46be9ce0 (02/12/2008), I decided to make it cleaner. Now from redtamarin v0.2, the source code of Tamarin is fully sync'ed in this project repository, and as the C/C++ is better organized, update etc. should stay clean in the futur :). <-- this has failed big time As of 25/07/2010 redtamarin have taken a completely different approach
The code is currently tested and compiled on those systems:
contributors welcome!, even if it just compiling on your system :) | |
I must say this. You have done an awesome job!
thank you :) in a couple of months I ll give some detail of the use of RedTamarin? in a commercial project I'm working on ;)