Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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.