Goldsource - antibiotic
Design Patterns
ActionScript Prototypes PDF Drucken E-Mail
Bunch of handy prototypes to make actionscript development easier. Inspired by ruby, rails and jQuery etc
http://github.com/dbackeus/actionscript-prototypes
 
AS3 Commons Collections PDF Drucken E-Mail
The framework currently contains 10 collections of wich 8 are available as well in a bindable (event dispatching) version. A bindable collection broadcasts change notifications after any modification of its content (add, remove, reorder, empty).
http://sibirjak.com/blog/index.php/collections/as3commons-collections/
 
AS3 Global Object PDF Drucken E-Mail
AS3 Global Object is a Singleton that lets you store dynamic variables in a globally accessible location within your Actionscript 3 application. This enables developers to accomplish things like self registering visual components, global events and event listeners.
http://github.com/inruntime/AS3-Global-Object
 
AS3 Reflection PDF Drucken E-Mail
A Reflection Library for ActionScript 3
http://github.com/patternpark/as3reflection
 
AS3 Signals PDF Drucken E-Mail
Signals is a new approach for AS3 events, inspired by C# events and signals/slots in Qt.
http://github.com/swfgeek/as3-signals
 
AS3 State Machine PDF Drucken E-Mail
Finite State Machine classes for Actionscript 3
http://github.com/cassiozen/AS3-State-Machine
 
EventController PDF Drucken E-Mail
Event Management made easy. An ActionScript 3.0 Library
http://fla.as/ec/
 
Models PDF Drucken E-Mail
ActionScript implementation of an MVC Model, loosely based on ActiveRecord
http://github.com/talltyler/Models
 
Object Pool PDF Drucken E-Mail
Manages object pooling by retaining disposed objects and returning them when a new object is requested
http://code.google.com/p/bigroom/wiki/ObjectPool
 
Regulator PDF Drucken E-Mail
An ActionScript Library that allows for validation rules to be applied to objects through metadata tags.
http://github.com/GarthDB/Regulator
 
Rumi PDF Drucken E-Mail
An IoC container for ActionScript 3, using JSON
http://github.com/thefifthcircuit/rumi
 
Singleton Factory PDF Drucken E-Mail
Function for creating and managing a single instance of any class
http://code.google.com/p/bigroom/wiki/SingletonFactory
 
Small Event Handler PDF Drucken E-Mail
"This is very simple class for working with events in ActionScript very easily. It's just a basic class and you can improve this for your projects."
http://github.com/pedramp/Small-Event-Handler
 
WeakRefClass PDF Drucken E-Mail
To create weak references to an object.
http://code.google.com/p/bigroom/wiki/WeakRef