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]
1  PureMVC Manifold / Demos and Utils / StopWatch - A PureMVC Haxe/Xinf Demo on: December 13, 2008, 07:55:29
This demo illustrates the use of the StateMachine Utility to define and navigate the states of a Finite State Machine or FSM of a working StopWatch. Xinf is used for the user interface.

Standard and MultiCore versions are included.

The utility is located here: http://trac.puremvc.org/Demo_Haxe_Xinf_StopWatch

It was ported to Haxe by Zjnue Brzavi.
2  PureMVC Manifold / Demos and Utils / StateMachine - A PureMVC Haxe Utility on: December 13, 2008, 07:54:24
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.

Standard and MultiCore versions are included.

The demo has historically been located here: http://trac.puremvc.org/Utility_Haxe_StateMachine
The project has been moved here: https://github.com/PureMVC/puremvc-haxe-util-statemachine/wiki

It was ported to Haxe by Zjnue Brzavi.
3  PureMVC Manifold / Demos and Utils / Undo - A PureMVC Haxe Utility on: December 13, 2008, 07:53:40
This utility adds undo / redo capability to your PureMVC Haxe application.

Standard and MultiCore versions are included.

The utility has historically been located here: http://trac.puremvc.org/Utility_Haxe_Undo
The project has been moved here: https://github.com/PureMVC/puremvc-haxe-util-undo/wiki

It was ported to Haxe by Zjnue Brzavi.
4  PureMVC Manifold / Demos and Utils / AsyncStub - A PureMVC Haxe Utility on: December 13, 2008, 07:52:59
The Asynchronous Stub utility consists of a Proxy which can be extended for the purpose of simulating asynchronous activity, by way of a random timer.

Standard and MultiCore versions are included.

The utility has historically been located here: http://trac.puremvc.org/Utility_Haxe_AsyncStub
The project has been moved here: https://github.com/PureMVC/puremvc-haxe-util-async-stub/wiki

It was ported to Haxe by Zjnue Brzavi.
5  PureMVC Manifold / Demos and Utils / AsyncCommand - A PureMVC Haxe Utility on: December 13, 2008, 07:52:07
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 utility has historically been located here: http://trac.puremvc.org/Utility_Haxe_AsyncCommand
The project has been moved here: https://github.com/PureMVC/puremvc-haxe-util-asynccommand/wiki

Both Standard and MultiCore versions are available.

The utility was ported to Haxe by Zjnue Brzavi.
6  PureMVC Manifold / Demos and Utils / StopWatch demo port on: December 13, 2008, 05:31:46
This demo illustrates the use of the StateMachine Utility to define and navigate the states of a Finite State Machine or FSM of a working StopWatch. Xinf is used for the user interface.

Standard and MultiCore versions are included.

The utility has historically been located here: http://trac.puremvc.org/Demo_Haxe_Xinf_StopWatch
The project has been moved here: https://github.com/PureMVC/puremvc-haxe-demo-xinf-stopwatch/wiki

It was ported to Haxe by Zjnue Brzavi.

Since this project is both MultiCore and Standard code, add comments to the Standard Version thread:
http://forums.puremvc.org/index.php?topic=890.0
7  PureMVC Manifold / Demos and Utils / StateMachine - A PureMVC Haxe MultiCore Utility on: December 13, 2008, 05:29:57
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.

Standard and MultiCore versions are included.

The utility is located here: http://trac.puremvc.org/Utility_Haxe_StateMachine

It was ported to Haxe by Zjnue Brzavi.

Since this project is both MultiCore and Standard code, add comments to the Standard Version thread:
http://forums.puremvc.org/index.php?topic=889.0
8  PureMVC Manifold / Demos and Utils / Undo - A PureMVC Haxe MultiCore Utility on: December 13, 2008, 05:28:47
This utility adds undo / redo capability to your PureMVC Haxe application.

Standard and MultiCore versions are included.

The utility is located here: http://trac.puremvc.org/Utility_Haxe_Undo

It was ported to Haxe by Zjnue Brzavi.

Since this project is both MultiCore and Standard code, add comments to the Standard Version thread:
http://forums.puremvc.org/index.php?topic=888
9  PureMVC Manifold / Demos and Utils / AsyncStub - A PureMVC Haxe MultiCore Utility on: December 13, 2008, 05:27:20
The Asynchronous Stub utility consists of a Proxy which can be extended for the purpose of simulating asynchronous activity, by way of a random timer.

Standard and MultiCore versions are included.

The utility is located here: http://trac.puremvc.org/Utility_Haxe_AsyncStub

It was ported to Haxe by Zjnue Brzavi.

Since this project is both MultiCore and Standard code, add comments to the Standard Version thread:
http://forums.puremvc.org/index.php?topic=887
10  PureMVC Manifold / Demos and Utils / AsyncCommand - A PureMVC Haxe MultiCore Utility on: December 13, 2008, 05:24:41
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 utility is located at http://trac.puremvc.org/Utility_Haxe_AsyncCommand.
Both Standard and MultiCore versions are available.

The utility was ported to Haxe by Zjnue Brzavi.

Since this project is both MultiCore and Standard code, add comments to the Standard Version thread:
http://forums.puremvc.org/index.php?topic=886.0
Pages: [1]