Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pechemann/hummingbird
The easiest way to build and deploy robust MVC applications for ActionScript 3.0, Mobile and the Starling Framework.
https://github.com/pechemann/hummingbird
Last synced: about 2 months ago
JSON representation
The easiest way to build and deploy robust MVC applications for ActionScript 3.0, Mobile and the Starling Framework.
- Host: GitHub
- URL: https://github.com/pechemann/hummingbird
- Owner: pechemann
- License: other
- Archived: true
- Created: 2013-05-12T10:01:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-18T19:31:39.000Z (almost 11 years ago)
- Last Synced: 2024-08-29T02:02:15.715Z (5 months ago)
- Language: ActionScript
- Size: 6.15 MB
- Stars: 28
- Watchers: 6
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-actionscript-sorted - hummingbird - The easiest way to build and deploy robust MVC applications for ActionScript 3.0, Mobile and the Starling Framework. (Frameworks / MVC Framework)
README
# Hummingbird Framework: the MVC Flash Architecture #
![Hummingbird Logo](http://flashapi.org/hummingbird/hummingbird-badges/hummingbird-logo-128.png)
The easiest way to build and deploy robust MVC applications for ActionScript 3.0, Mobile and the Starling Framework.## What is Hummingbird? ##
**Hummingbird** is a light-weight, fast and easy-to-use MVC Framework for the Flash Platform.
It has especially been designed for the development of Starling-based games.**Hummingbird** focuses on Adobe AIR, but is fully compatible with Flex Apache and pure ActionScript 3.0 environments. It can be used for Mobile applications as well as Desktop applications.
By completely decoupling the good old MVC triad, **Hummingbird** keeps your code concise, simple and modular.
Thus, it easily enables teams management and maintainability of code.## Hummingbird Features ##
The **Hummingbird Framework** comes with a huge bunch of built-in functionalities, such as ready-to-use templates, ant builder tasks, sample projects and more...
Because **Hummingbird** uses Inversion of Control (IoC) and Dependency Injection (DI) to deal for you with the MVC pattern architecture, you just have to focus on the business layer of your applications, or games.
Contrary to others signal-based MVC framewoks, **Hummingbird** strictly adheres to the MVC pattern. It means that developers can easily identify producers and consumers of action calls between the actors of the MVC pattern.
## Quick Links ##
* [Hummingbird Website](http://flashapi.org/hummingbird/)
* [API Documentation](http://flashapi.org/hummingbird/documentation/)
* [Github Project](https://github.com/flashapi/hummingbird)To download the latest stable version of Hummingbird, visit the [Hummingbird Website](http://flashapi.org/hummingbird/).
## Requirements ##
* Adobe AIR 3.5 or Adobe Flash Player 11.5
* Starling Framework 1.3## License ##
The **Hummingbird Framework** is Free & Open Source, released under a [Simplified BSD License](http://flashapi.org/hummingbird/resources/hummingbird-license.txt), which makes him compatible with the Starling Framework license.