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
as3-lib-subtitle
As3-lib-subtitle is a library to load subtitle using some common formats. The lib has built-in support for the .srt and .sub formats, allowing developer to load those subtitle files…
Inspector
Inspector is tool to peek inside SWF files. Working as an AIR application and built on top of as3swf, the tool has a complete GUI to inspect the files….
b2dLite
B2dLite is a quick Stage3D quad rendering engine. It batches the draw calls automatically, drastically improving the application performance. In order to take full advantage of the lib,  a…
Comments Off on b2dLite
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
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…
nexuslib
Nexuslib is a library that provides robust reflection support, random number generation, cryptography, networking, and more.  The reflection and serialization packages have among their features deterministic JSON de/serialization, deserializing directly…
AS3ATF
AS3ATF is a library to read, write and inspect Adobe’s Texture Format (ATF) files. It has methods to load an ATF file from a ByteArray or to serialize an…
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…
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…
RhinoAS3
Open-source implementation of JavaScript written entirely in Java and is typically embedded into Java applications to provide scripting…
CrystalAtf
Optimized ATF and DDS converter based on the CrystalDXTÂ library. It’s a command line tool that can be used to convert images from one type to…
Free
Comments Off on CrystalAtf
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…