====== pixIoC ======
{{tag>pixlib pixioc}}
**pixIoC** is an extension of [[projects:pixlib|pixlib]] (AS 2.0 framework) developed by [[http://www.tweenpix.net | Francis Bourre]].
This extension is based on [[http://www.martinfowler.com/articles/injection.html | Inversion of Control]] pattern and provides some features to build your application at runtime from an xml file like [[http://www.springframework.org | Spring]].
Last but not least, it provides a powerful plugin system and a new event model with channels system.
===== download =====
[[http://svn1.cvsdude.com/osflash/pixioc/trunk/framework/src|SVN repository]]
===== mailing list =====
[[http://osflash.org/mailman/listinfo/pixlib_osflash.org|mailing list]]
===== pixIoC tools development team =====
* Axel Aigret
* Michaël Barbero
* Francis Bourre
* Laurent Deketelaere
* Nicolas Désy
* Romain Ecarnot
* Xavier Martin
* Benoît Milgram
* Marcelo de Moraes Serpa
* Cédric Néhémie
* Henrik Aleksander Norberg
* Stefan Vandermeulen
* Tim Will
====== Config file examples ======
===== Basic example with graphics only =====
===== Basic example of class constructor call =====
===== Example with application loader and crossed references =====
===== Mixed example with dll, constructor calls and references =====
===== Example with events, method calls and factory use =====
===== Channel Event system =====