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
AS3MUL
Peer to peer  framework built using Adobe Cirrus with ease of use and scalability in mind. It was built to allow developers…
Axel
Axel is an open source, hardware accelerated 2D flash game library. It takes advantage of Stage3D in order to offload all the rendering to the GPU to gain huge performance boosts over…
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.
mvcExpress
Pretty fast and simple MVC based framework. It is engineered to let you organize your code in small units that are easy to manage and re-factor. It allows those units to…
ARE2D
Compact 2D game engine based on GPU or Bitmap animations. It has classes for GPU animation sprites, Y sorting, textfields, collision tests…
As3-Bloom
Light weight user interface framework for developers. Some of its features include: Theme editor. Margin layout system. Brush skining system makes it easier to change…
Nest3d
Light weight and flexible 3D engine. It is simple to use and has some features as mesh control, light management (e.g. ambient or directional) and…
Emitter
Particle FX engine developed by the same author of Stardust particle engine. Some features: Easy-to-use API. Comprehensive structure. Behavior and behavior triggers. Particles can be…
Monitor
Lightweight customizable property monitor. Some features: watch any property of any class customizable update rate customizable per-property color chat rendering for numeric values watch framerate,…
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…
ParticleSun
Fast, lightweight particle engine that uses 3D vectors for its calculations, allowing for the particles to be viewed in a three-dimensional environment. It’s expandable and comes with…
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,…