Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/biggerboat/navigator-as3

A tiny yet powerful library to deal with navigation and flow in your ActionScript projects
https://github.com/biggerboat/navigator-as3

Last synced: about 2 months ago
JSON representation

A tiny yet powerful library to deal with navigation and flow in your ActionScript projects

Awesome Lists containing this project

README

        

# Navigator for ActionScript 3.0

This library was created to take away your pains when it comes to navigating your application between different views or application states. It provides ways to deal with (asynchronous) transitions between states without bugging you with the tedious parts. To sum up of the library's features:

* Total control over synchronous and asynchronous visual transitions
* Just-in-Time initalization of view components
* Instant deeplinking with SWFAddress
* Support for dynamic range elements and lists, like gallery items
* Nested states, move complete parts of you application and they still work
* Flow control through state validation, both synchronous and asynchronous
* Integration of popular frameworks (PureMVC, RobotLegs), but it's optional
* History management (courtesy of Laurent)
* And many more...

[Check out the Wiki pages](https://github.com/epologee/navigator-as3/wiki) if you want to read some more or if you want to see some examples.

# Forks & Ports

* The ever awesome Bigger Boat group ported the library to Javascript: https://github.com/biggerboat/navigator.js
* [@lbineau](http://twitter.com/lbineau) has ported the library to Haxe: https://github.com/lbineau/HaxeNavigator