Skip to content
arpit edited this page Sep 13, 2010 · 20 revisions

OpenPyro is an Open Source pure AS3 framework for creating RIA’s released under the MIT license. OpenPyro draws a lot of inspiration from Flex but aims to be more expressive and easier to extend as well as have a smaller filesize and memory footprint.

Motivation:

OpenPyro started from the frustration that we experienced when starting with a new Flash project and making the hard choice between starting a Flex or or a pure Actionscript project. While choosing Flex would get us started really fast, halfway through the project we would struggle to extend the core architecture for some very specific (often visual design driven) functionality. Moreover as we started to get involved in smaller widgets that were embedded on html pages, the filesize of Flex started becoming more unacceptable. On the other hand, choosing a pure Actionscript projects promised complete control and guaranteed smaller filesizes but robbed us of the awesome functionality that Flex had, such as percent based sizing, collections, etc.

Examples

Deeper into OpenPyro

Proposals

Miscellaneous