Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/biggerboat/navigator-as3
- Owner: biggerboat
- License: mit
- Created: 2010-05-18T15:00:39.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2013-09-12T17:19:57.000Z (over 11 years ago)
- Last Synced: 2024-08-04T05:05:04.871Z (5 months ago)
- Language: ActionScript
- Homepage: http://epologee.com
- Size: 3.01 MB
- Stars: 103
- Watchers: 10
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
- awesome-actionscript-sorted - navigator-as3 - A tiny yet powerful library to deal with navigation and flow in your ActionScript projects (Unsorted / Other API)
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