Tag Archives: New BSD

AirNativeiOS-Bluetooth

AirNativeiOS-Bluetooth is a native extension to add Bluetooth support for iOS apps. The API mirrors the Objective-C API found in Apple GameKit and supports the features of the GKPeerPickerController and…

Air Native Extension, iOS
Leave a comment

Flump

Flump converts Flash keyframe animations into texture atlases and XML or JSON that can be easily integrated into any scene graph-based 2D game engine. Flump runtime then combines…

Animation
8 Comments

asx3m

Library that enables serialization of objects to XML and back again. The de/serializer is designed to be compatible with Java XStream library, but it’s not related to XStream project…

Serialization
Leave a comment

Diadraw Air Camera

Adobe Native Extension that allows you to capture static frames from the iPhone/iPad video camera at a chosen frame rate and resolution. It is possible to…

Air Native Extension, iOS
2 Comments

statemachine-as3

Statemachine-as3 is lightweight state machine based on closures. The library comes with two state machine flavours: StateMachine (where transitions are triggered directly) and EventStateMachine (where transitions are triggered by Event and EventDispatcher). Sample //StateMachine var sm : StateMachine…

State machine
1 Comment

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…

Misc
Leave a comment