Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/PureMVC/puremvc-as3-multicore-framework

PureMVC MultiCore Framework for ActionScript 3
https://github.com/PureMVC/puremvc-as3-multicore-framework

Last synced: 3 months ago
JSON representation

PureMVC MultiCore Framework for ActionScript 3

Awesome Lists containing this project

README

        

## [PureMVC](http://puremvc.github.com/) ActionScript 3 MultiCore Framework
PureMVC is a lightweight framework for creating applications based upon the classic [Model-View-Controller](http://en.wikipedia.org/wiki/Model-view-controller) design meta-pattern. This is the reference implementation of the MultiCore Version, written for the ActionScript 3 language. It supports [modular programming](http://en.wikipedia.org/wiki/Modular_programming) through the use of [Multiton](http://en.wikipedia.org/wiki/Multiton) Core actors instead of the [Singleton](http://en.wikipedia.org/wiki/Singleton_pattern)s used in the [Standard Version](https://github.com/PureMVC/puremvc-as3-standard-framework/wiki).

* [API Docs](http://puremvc.org/pages/docs/AS3/multicore/framework_asdoc/)
* [Unit Tests](https://github.com/PureMVC/puremvc-as3-multicore-unittests/wiki)
* [Discussion](http://forums.puremvc.org/index.php?board=27.0)
* [MultiCore Version Overview Presentation](http://puremvc.tv/#P002)
* [ActionScript Developer's Guide to PureMVC (O'Reilly)](http://oreil.ly/puremvc)

## Demos
* For FLEX
* [App Skeleton](https://github.com/PureMVC/puremvc-as3-demo-flex-appskeleton/wiki)
* [Modularity](https://github.com/PureMVC/puremvc-as3-demo-flex-modularity/wiki)
* [Pipe Works](https://github.com/PureMVC/puremvc-as3-demo-flex-pipeworks/wiki)
* [Sequential](https://github.com/PureMVC/puremvc-as3-demo-flex-sequential/wiki)
* [StopWatch](https://github.com/PureMVC/puremvc-as3-demo-flex-stopwatch/wiki)

## Utilities
* For FLEX, FLASH, or AIR
* [Async Command](https://github.com/PureMVC/puremvc-as3-util-asynccommand/wiki)
* [Loadup](https://github.com/PureMVC/puremvc-as3-util-loadup/wiki)
* [Pipes](https://github.com/PureMVC/puremvc-as3-util-pipes/wiki)
* [State Machine](https://github.com/PureMVC/puremvc-as3-util-statemachine/wiki)
* For FLEX or AIR
* [Deployment Config](https://github.com/PureMVC/puremvc-as3-util-flex-deploymentconfig/wiki)
* For AIR
* [Desktop Citizen](https://github.com/PureMVC/puremvc-as3-util-air-desktopcitizen/wiki)
* [XML Database](https://github.com/PureMVC/puremvc-as3-util-air-xmldatabase/wiki)

## Status
Production - [Version 1.0.5](https://github.com/PureMVC/puremvc-as3-multicore-framework/blob/master/VERSION)

## Platforms / Technologies
* [ActionScript 3](http://en.wikipedia.org/wiki/ActionScript)
* [Flex](http://en.wikipedia.org/wiki/Adobe_flash)
* [Flash](http://en.wikipedia.org/wiki/Adobe_Flex)
* [AIR](http://en.wikipedia.org/wiki/Adobe_Air)

## License
* PureMVC AS3 MultiCore Framework - Copyright © 2006-2012 Futurescale, Inc.
* All rights reserved.

* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
* Neither the name of Futurescale, Inc., PureMVC.org, nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.