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
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…
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…
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…
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…
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…
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.
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…
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…
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…
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…
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,…
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