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

Pages: [1]
Print
Author Topic: StateMachine - A PureMVC Haxe MultiCore Utility  (Read 5340 times)
zjnue
Jr. Member
**
Posts: 17


View Profile Email
« 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
« Last Edit: January 11, 2009, 03:48:10 by puremvc » Logged
Pages: [1]
Print