StageXL

StageXL is a Dart library intended for Flash developers who want to migrate their projects as well as their skills to HTML5. The lib provides the familiar Flash API built on…

Simplified BSD
5 Comments

Sprite Buddy

Free online tool for animating sprite sheets in a variety of output formats. It allows you to upload a sprite sheet and edit it…

Free
8 Comments

ActionScript-Binary-Types

Set of type safe binary classes. Includes Bit, Byte, Word and arbitrary bit length classes. It has methods to manipulare bits, increment and decrement values, check…

MIT
Comments Off on ActionScript-Binary-Types

as3Glue

As3Glue gives Flash, Flex and AIR applications physical interaction capabilities, enabling  communication between the apps and Arduino boards. It can together with one or several Arduino boards be used…

MIT
1 Comment

minko-lighting

Minko-lighting is a lighting extension for game engine Minko. Using this extension, you can enhance the engine to add lights and shadows to 3D scenes. It provides three main…

LGPL
Comments Off on minko-lighting

Minko Collada

Extension for Minko game engine to handle the Collada file format. It provides you with methods to read animations, controllers, effects, geometries, images, materials, nodes…

LGPL
2 Comments

StageWebViewBridge

Extended version of flash.media.StageWebView, which is a class to display HTML content in a stage view port. It provides simple means to display HTML content on devices…

Apache 2.0
6 Comments

Paperquake2

Paperquake2 is a Quake2 engine for Papervision3D. For the code to run you need the PAK files included with Quake 2,  so you can extract the BSP map files.

MIT
2 Comments

AsCollada

Library for parsing Collada files.

MIT
2 Comments

YCanvas

Library that provides Stage3D (GPU) engine for perfectly overlapping grid based zooming projects like world maps or onBoard or simply a tile maps renderer. The engine is optimized for…

2 Comments

Governor

Script engine that provides all functions and operators you know from AS3, such as operators, math functions, math constants. Additionally it provides multithreading functionality for…

MIT
1 Comment

as3potrace

Library to trace bitmaps. It is used to convert bitmaps to vector shapes in runtime. The lib is an AS3 port of Vectorization, a C# port of…

GPL
3 Comments

As3Cards

As3cards provides a skinnable card engine for creating playing card games. The project has an example implementation of Klondike Solitaire. Sample /** * Creates the initial layout for the…

MIT
3 Comments

As3HttpClientLib

As3HttpClientLib is a HTTP client for AS3. It uses AS3Crypto TLSSocket support for implementing HTTPS. The lib can be used as a replacement for Flash’s URLRequest/URLStream API. Some features: GET,…

MIT
2 Comments

ASCanvas

Implementation of the HTML5 Canvas element for the Flash environment, written in AS3. Sample var canvas = document.createElement(‘canvas’); document.body.appendChild(canvas); var ctx = canvas.getContext(‘2d’); // Draw…

New BSD
Comments Off on ASCanvas