What I'm curious about is if anyone here has tried that with Jangaroo. I've been working on a 2D engine Built in AS3, with a renderer on top of Stage3D for speed (intended to run well in AIR mobile). On the front side additional features I'd like to add are resolution independent vector art drawing, and swf loading (and workflow) based around the restrictions of iOS - which means you can load only “dumb” swfs - you can’t actually execute any code in them.
These restrictions seem a good match for a Jangaroo port. The requirements would be a WebGL/Canvas replacement for the Stage3D renderer and some way to render vector art to bitmaps - preferably from the same dumb swf assets - which is the point of this post. :-)
Anyone know of the status of any of those projects?
Kevin N.
https://github.com/tobeytailor/gordon/wiki/
Kevin N.