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: MIT
NSLibrary
Set of utility classes for developing pure AS3 project. It consists of several helper classes ranging from text fields to keyboard listeners. The TextField class has invalidation…
MIT
Comments Off on NSLibrary
CameraRoll
Native extension to access the CameraRoll of a mobile device (iOS only for now). It has a significant set of methods available, including synchronous and a…
ChartBoost
Native extension to use ChartBoost advertisements. This extension was developed by the ChartBoost team, so it provides an official implementation of the service API. The…
MIT
Comments Off on ChartBoost
fuzzylogic
Fuzzylogic is a minimal and fast Fuzzy logic engine for games. When coding the AI of a game entity, for instance, developers usually organize rules and thoughts using if…
ascsh
Wrapper for the new ActionScript Compiler 2.0. It was modeled to be roughly equivalent to the older Flex Compiler’s fcsh and fcshd. It improve AS3/AIR/SWF/SWC…
dotMath
DotMath is a 2D, 3D math library. It provides several classes with different purposes, such as positioning (Vector2, Vector3 and Quaternion), color/matrix manipulation and 3D transformations. The matrix classes…
Argonaut
Argonaut is an AS3/JSON serializer/deserializer. It provides a simple way for client applications to share classes with servers through JSON. The task of converting JSON data into instantiated objects is tedious…
as3filters
Library with a variety of filters for image processing. The library works upon a BitmapData, creating a displacement map that will distort that given bitmap. It’s…
TorAS
TorAS is an ActionScript implementation of the Tor control and communication (SOCKS5) protocols. The library comes bundled with the binary Tor client which can be launched by an AIR application as…
Oni
Fast and scalable game engine built for top quality games that run across a variety of platforms. Games made with the engine can be played…
KeyActionBinder
KeyActionBinder provides universal game input control for both keyboard and game controllers in Adobe AIR. It is independent of the game engine used or the hardware platform it…
p2plocal
P2plocal is a library for local P2P connections (serverless RTMFP). The library allows developers to create new local net group with just one call using a configuration Object, exchange…
AS3SVGRenderer
Library to render SVG files.  It parses and translates svg elements to Flash display objects, rendering it and allowing the interaction with the output. The library supports…
qrcode
Library to generate QR codes. The lib allows the generation of QR codes based on error correction levels (supporting L, M, Q, H), including a…