Interesting info on this, thanks!
There is also Mozilla Shumway (based on Gordon I believe), which
actually parses and runs SWFs without a need for a head of time AS3->JS
compile, and has a whole Flash API layer (I don't know how complete any
of it is).
How does Shumway compare with the way Jangaroo handles the display list?
Could parts of that project be useful for the SWF/SWC areas of the
FalconJS compiler?
Kevin N.
On 11/30/12 5:25 AM, Frank Wienberg wrote:
Yes and no. I implemented single-canvas-mode on a branch, but when merging
into the master, I re-activated the DOM mode.
Single-canvas-mode is activated by setting cacheAsBitmap on the stage!
On Thu, Nov 29, 2012 at 4:47 PM, Kevin Newman <capta...@unfocus.com> wrote:
Oh, I thought Jangaroo switched to a single Canvas a while back. I may
have introduced that incorrect information. Sorry about that.