CrossBridge
CrossBridge is the open-source version of Adobe FlasCC (formerly the [Alchemy] (http://labs.adobe.com/technologies/alchemy/) project). It provides a complete C/C++ development environment for targeting the Adobe Flash Runtime.
Features:
- LLVM-GCC 4.2 compiler with Flash backend
- GDB debugger that debugs your code while running in the Flash Player
- SWIG backend that auto-generates inter-operability code, allowing you to build Flash libraries (SWCs) that wrap C/C++ libs
- Multi-threading based on POSIX Threads
Download:
- [SourceForge Project] (https://sourceforge.net/projects/crossbridge-community/files/)
Examples: