My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Wiki pages

as3-scaffold

as3-scaffold is a lightweight as3 framework with an accompanying set of scaffolding scripts to automate the tedium of setting up new as3 projects, with support for PureMVC.

note: a working version is not yet available

Initial Goals

  • generate project directory structure according to your schema on a svn repository
  • checkout structure to specified working directory
  • scaffold a "vanilla" AS3 project or a PureMVC AS3 project that includes basic application structure, with support for Fabrication
  • option to specify other open source frameworks to include in libs directory
  • Component class to subclass (instead of Sprite) that includes practical function to be overriden
    • init() -- called when object is added to stage
    • position() -- called when stage is resized

Future Goals

  • allow automatic CMS generation and integration, possibly using WordPress, Symphony, or others
  • automatic SWFAddress and Google Analytics support, based on site schema
  • PureMVC StateMachine integration
  • loading through PureMVC via initmonitor
  • generate data fields
  • automatic integration via AMF, using PHP (Zend) or possibly Ruby on Rails
  • scaffold additional pieces after initial creation
Powered by Google Project Hosting