Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Show Posts

| * |

  Show Posts
Pages: [1] 2 3 ... 11
1  PureMVC Manifold / MultiCore Version / Welcome to the CSharp MultiCore Port! on: April 25, 2017, 02:35:03
The PureMVC CSharp Standard and MultiCore ports have been rewritten from the ground up. In addition to bringing them more in line with each other and the AS3 Reference Implementation, they now support more modern targets, including Windows 10, Xamarin, Xbox, Kinect, and HoloLens.

The latest implementation can be found here: https://github.com/PureMVC/puremvc-csharp-multicore-framework
The legacy implementation can be found here: https://github.com/PureMVC/puremvc-csharp-multicore-framework/tree/1.1.0

The Project Owner is now:
Saad Shams <saad.shams@puremvc.org>

Cheers,
-=Cliff>
2  PureMVC Manifold / Standard Version / New Implementation Supports Modern Development Targets! on: April 25, 2017, 02:32:47
The PureMVC CSharp Standard and MultiCore ports have been rewritten from the ground up. In addition to bringing them more in line with
each other and the AS3 Reference Implementation, they now support more modern targets, including Windows 10, Xamarin, Xbox, Kinect, and HoloLens.

The latest implementation can be found here: https://github.com/PureMVC/puremvc-csharp-standard-framework
The legacy implementation can be found here: https://github.com/PureMVC/puremvc-csharp-standard-framework/tree/3.2.0

The Project Owner is now:
Saad Shams <saad.shams@puremvc.org>

Cheers,
-=Cliff>
3  PureMVC Manifold / Demos and Utils / Pipes - A PureMVC CSharp MultiCore Utility on: April 25, 2017, 02:24:34
This utility provides the capability for creating pipelines that pass messages between Cores in a PureMVC  MultiCore-based application. Pipelines can be composed of filters, queues, splitting and merging tees, and more.

The Utility is located here: https://github.com/PureMVC/puremvc-csharp-util-pipes/wiki

Authors are Cliff Hall and Saad Shams.

The Project Owner is Saad Shams. <saad.shams@puremvc.org>
4  PureMVC Manifold / MultiCore Version / Swift 3.0 support now available on: December 11, 2016, 11:00:16
Thanks a ton to Saad Shams for taking time from his busy schedule to bring the port up to date.
5  PureMVC Manifold / Standard Version / Swift 3.0 support now available on: December 11, 2016, 10:59:36
Thanks a ton to Saad Shams for taking time from his busy schedule to bring the port up to date.
6  PureMVC Manifold / Demos and Utilities / Pipes - A PureMVC Swift Utility on: May 15, 2015, 04:02:12
This utility provides the capability for creating pipelines that pass messages between Cores in a PureMVC  MultiCore-based application. Pipelines can be composed of filters, queues, splitting and merging tees, and more.

The Utility is located here: https://github.com/PureMVC/puremvc-swift-util-pipes/wiki

Authors are Cliff Hall and Saad Shams.

The Project Owner is Saad Shams. <saad.shams@puremvc.org>
7  PureMVC Manifold / Demos and Utilities / StateMachine - A PureMVC Swift Utility on: May 15, 2015, 03:08:34
This utility provides a simple yet effective Finite State Machine implementation, which allows the definition of discrete states, and the valid transitions to other states available from any given state, and the actions which trigger the transitions.

A mechanism is provided for defining the entire state machine in XML and having a fully populated StateMachine injected into the PureMVC app.

The utility is is located on GitHub: https://github.com/PureMVC/puremvc-swift-util-statemachine/wiki

The authors are Neil Manuell, Cliff Hall, and Saad Shams.

The Project Owner is Saad Shams. <saad.shams@puremvc.org>
8  PureMVC Manifold / MultiCore Version / Welcome to the Swift MultiCore Port on: May 15, 2015, 02:33:48
The project source is hosted at GitHub:
https://github.com/PureMVC/puremvc-swift-multicore-framework/wiki

The Project Owner is:
Saad Shams <saad.shams@puremvc.org>
9  PureMVC Manifold / Demos and Utilities / AsyncProxy - A PureMVC / Swift Utility on: May 15, 2015, 12:57:32
Based on a need to handle a series of asynchronous operations. Ultimate use in conjunction with AsyncCommands/AsyncMacroCommands in a sequence.

The AsyncProxy Utility source is on GitHub:
https://github.com/PureMVC/puremvc-swift-util-asyncproxy/wiki

The author is Saad Shams. <saad.shams@puremvc.org>
10  PureMVC Manifold / Demos and Utilities / AsyncCommand - A PureMVC / Swift Utility on: May 15, 2015, 12:56:37
The AsyncCommand utility offers a solution to the problem of executing a series of commands each of which may need to complete one or more asynchronous operations before the next command is executed.

The source code is located on GitHub: https://github.com/PureMVC/puremvc-swift-util-asynccommand/wiki

Standard and MultiCore versions are included.

The author is Saad Shams. <saad.shams@puremvc.org>
11  PureMVC Manifold / Demos and Utilities / AsyncCommand - A PureMVC / Swift Utility on: May 15, 2015, 12:55:11
The AsyncCommand utility offers a solution to the problem of executing a series of commands each of which may need to complete one or more asynchronous operations before the next command is executed.

The source code is located on GitHub: https://github.com/PureMVC/puremvc-swift-util-asynccommand/wiki

Standard and MultiCore versions are included.

The author is Saad Shams. <saad.shams@puremvc.org>
12  PureMVC Manifold / Demos and Utilities / AsyncProxy - A PureMVC / Swift Utility on: May 15, 2015, 11:22:03
Based on a need to handle a series of asynchronous operations. Ultimate use in conjunction with AsyncCommands/AsyncMacroCommands in a sequence.

The AsyncProxy Utility source is on GitHub:
https://github.com/PureMVC/puremvc-swift-util-asyncproxy/wiki

The author is Saad Shams. <saad.shams@puremvc.org>
13  PureMVC Manifold / Demos and Utilities / EmployeeAdmin - A PureMVC Swift / UIKit Demo on: May 15, 2015, 09:13:51
This demo illustrates techniques for performing routine maintenance operations in a PureMVC-based Swift / UIKit application.

The project source is hosted on GitHub: https://github.com/PureMVC/puremvc-swift-demo-uikit-employeeadmin/wiki

The author is Saad Shams. <saad.shams@puremvc.org>
14  PureMVC Manifold / Standard Version / Welcome to the Swift Standard Port on: May 15, 2015, 09:04:57
The project source is hosted at GitHub:

https://github.com/PureMVC/puremvc-swift-standard-framework/wiki

The Project Owner is:
Saad Shams <saad.shams@puremvc.org>
15  PureMVC Manifold / Demos and Utils / LockableDoor - A PureMVC JS StateMachine Demo on: October 10, 2014, 04:27:32
This simple demo shows how the StateMachine utility works in a PureMVC application.

With click of buttons the Application can transition from OPENED to CLOSED to LOCKED state. Use of entry and exit guards. Also sends changed announcements. The demo was ported from an AS3 implemenation http://mariusht.com/blog/2009/07/14/puremvc-statemachine-lockable-door-demo/.

Pseudo-classes are written in PureMVC's optional built-in style.

The demo is located here: https://github.com/PureMVC/puremvc-js-demo-lockabledoor/wiki

It was ported from an AS3 implemenation found here: http://mariusht.com/blog/2009/07/14/puremvc-statemachine-lockable-door-demo/

The authors are Mariush T. and Saad Shams.
Pages: [1] 2 3 ... 11