-
Notifications
You must be signed in to change notification settings - Fork 23
Documentation
Disclaimer
The Redtamarin project is not fully documented
the API are not complete but are in general stable
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.
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
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)
- under Windows 8.1 pro
- under Mac OS X 10.10 Yosemite
- under macOS 10.12 Sierra TODO
- under Linux Ubuntu 15.10 Wily Werewolf
- optional:
the Hardware Setup of our own testing rig
Compiling Redtamarin
How to build, compile and test Redtamarin shell executable.