Skip to content
Zwetan Kjukov edited this page Jan 8, 2017 · 13 revisions

Disclaimer
The Redtamarin project is not fully documented
the API are not complete but are in general stable

Getting Started

What is Redtamarin?
The one page that explains it all.

Supported Operating System
The gory details of supporting a runtime for multiple platform.

Compiling Programs
How to compile ActionScript 3.0 programs for Redtamarin.

Install the Redtamarin SDK
How to install, setup and configure the Redtamarin SDK.

Organise a Redtamarin Project
How to organise a Redtamarin project.

Programming Generalities

Application Programming Interface
Essential read about the Redtamarin API

Libraries
An overview of all the Redtamarin libraries
embedded, external and hybrid

Features and Limitations
All the Pros and Cons of using such thing as Redtamarin

For Contributors

Redtamarin is a huge beast to tame, if you plan to contribute please read How To Contribute.

If you plan to write documentation,
some basic rules:

  • All ActionScript 3.0 source code documentation is done with asdoc.
  • All the rest is done in markdown.
  • Each time a binary release is produced
    the documentation is published on http://docs.redtamarin.com/
    this is temporarily disabled, please use the HTML documentation
    provided in the SDK eg. /usr/share/doc/redtamarin
    $ open /usr/share/doc/redtamarin/api/index.html
    $ open /usr/share/doc/redbean/api/index.html

If you plan to compile Redtamarin from sources.
Everything you have to install and setup to be able to compile Redtamarin (the C/C++ source code)

Compiling Redtamarin
How to build, compile and test Redtamarin shell executable.

Clone this wiki locally