Categories
- Air Native Extension
- Animation
- AS3 Game Gears Blog
- Assets
- Augmented Reality
- Authentication
- Backend
- Compression
- Computer Vision
- Cryptography
- Debug
- Decompilers
- Editors
- Engines
- Frameworks
- IA
- IDE
- IM
- Input
- Loaders
- Localization
- Math
- Misc
- Monetization
- Multiplayer
- Obfuscation
- Particles
- Path Finding
- Physics
- Profiling
- Serialization
- Sound
- Stage3D
- State machine
- Testing
- Text
- Tracking
- Tweening
- UI
- Video
- XML
Tag Archives: Apache 2.0
AS3Unit
Unit testing framework. It was designed to make the testing process easier and straightforward, differently from other frameworks that require a significant amount of setting…
AirMicrophone
Native extension that aims to replace the Microphone class on iOS. The API’s goal is to write the same code than if using flash’s Microphone class, except…
Apache 2.0
Comments Off on AirMicrophone
easyWorker
Library to easily implement Workers. The main goal of the library is to lift the burden of creating another project and/or an extra SWF to use Workers, everything…
Spicelib Reflect
Spicelib Reflect is a reflection library to reflect on classes, methods and properties. The lib was created to improve the workflow required to parse the XML output from Flash’s describeType funcionality. The lib builds on…
AStream
XML to Object (and vice versa) mapping library. It was started as an attempt to implement an AS3 backend for Java XStream services. The library can handle…
as3-psd-parser
Lib to parse PSD (Photoshop) files. It works by instantiating the PSDParser class, then calling the parse method passing the content of a PSD file in byte…
iAd
Native extension to show iAd ads on iOS. It supports all native functions, allowing developers to fine-tune how advertisements are displayed. Even though the…
Chartboost SDK
Native extension to show ads from Chartboost on Android and iOS. It has a clean and easy to use API, containing several methods to…
Ad Network
Native extension to manage and centralize the process of displaying ads from a variety of publishers on mobile applications. The extension comes with built-in support…
Air-Mobile-ScrollController
Library to control the scrolling process of an application. The library handles all the scrolling manipulation of the content, producing a smooth result that reassembles the native…
AdMob
Native extension for Android to show ads. Among the supported functionality are the ability to show ad, cache interstitial ad, show interstitial ad, hide ad and listen to tap, close, leave,…
Multi Peer Connectivity
Native extension to detect nearby iOS7 devices and send them messages. The extension has two main parts: an assistant (to help being discovered) and a discovery helper (to help…
Google Play Game Services
Native extension to use Google Play Game services. It provides a set of methods to allow players to use a Google+ account to sign in,…
Burstly
Native extension for Burstly SDK on iOS and Android. Using this extension it’s possible to programmatically show or hide banners, as well as interstitials. An interstitial…
Apache 2.0
Comments Off on Burstly
AS3WebSocket
AS3WebSocket is a WebSocket client implementation for the final WebSocket Draft RFC6455. The client only works with RFC6455 compliant servers, as a result it will not work with draft-75 or draft-76/-00…