Tagged with puremvc

A list of all projects on Haxelib with the tag "puremvc"

All Tags

Project Description Version Downloads
puremvc-standard
@ConfidantCommunications
PureMVC is a lightweight framework for creating applications based upon the classic Model-View-Controller design meta-pattern. This version does not support modular programming since it uses Singletons as Core actors rather than the Multitons used in the MultiCore Version. 1.3.0 111
puremvc-multicore
@ConfidantCommunications
PureMVC is a lightweight framework for creating applications based upon the classic Model-View-Controller design meta-pattern. This version supports modular programming through the use of Multiton Core actors instead of the Singletons used in the Standard Version. 1.4.0 109
puremvc-asynccommand-multicore
@ConfidantCommunications
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. This is for the Multicore version of PureMVC. 1.2.0 81
glory
@ConfidantCommunications
Glory Framework is a page-based media framework built using Haxe, OpenFL, and PureMVC. It can be used for apps, games, websites, or presentations on any target supported by OpenFL. It uses an external configuration file to allow for asset and content changes without needing to recompile. Complete documentation is found on the GitHub wiki. 2.2.2 60
puremvc-statemachine-standard
@ConfidantCommunications
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. This is for the Standard version of PureMVC. 1.3.0 34
puremvc-asynccommand-standard
@ConfidantCommunications
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. This is for the Standard version of PureMVC. 1.2.0 30
puremvc-statemachine-multicore
@ConfidantCommunications
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. This is for the Multicore version of PureMVC. 1.3.0 20
puremvc-pipes
@ConfidantCommunications
This utility provides the capability for creating pipelines that pass messages between Cores in a PureMVC Haxe MultiCore-based application. Pipelines can contain filters, queues, splitting and merging tees, and more. 1.3.0 18
puremvc-undo-multicore
@guruas3
This utility adds undo / redo capability to your PureMVC Haxe application. 1.2.0 13
puremvc-undo-standard
@guruas3
This utility adds undo / redo capability to your PureMVC Haxe application. 1.2.0 8

All libraries are free

Every month, more than a thousand developers use Haxelib to find, share, and reuse code — and assemble it in powerful new ways. Enjoy Haxe; It is great!

Explore Haxe

Haxe Manual

Haxe Code Cookbook

Haxe API documentation

You can try Haxe in the browser! try.haxe.org

Join us on GitHub!

Haxe is being developed on GitHub. Feel free to contribute or report issues to our projects.

Haxe on GitHub