Philippe Elsass
Philippe Elsass
For now that's really a simplification. Pruning Std (and other imports in fact) needs more careful processing and diffing - possibly using a full AST parser. Did you run into...
Thanks for giving it a go! `1++` is invalid, but the others are tricky because the compiler optimises too aggressively... I'll try to figure something.
Might be an idea to make an AS3-dart converter for quickly porting something like minimalcomps.
True. You might want to consider a new input mode: Mouse + Touch. - Mouse mode: even touch events generate mouse events, - Touch mode: mouse events generate touch events,...
In PhoneGap the JS VM performance may be vastly inferior as the browser - avoid graphics, set cleverly cacheAsBitmap, and just use bitmaps. On Thu, Oct 17, 2013 at 4:24...
Apps WebViews != Browser. The JS VM is likely to be much slower (esp on iOS). This is a bit off topic to this issue, but there are various projects...
You know, the canvas 2D API is actually fairly simple :) On Thu, Oct 17, 2013 at 9:57 PM, Alain Puget [email protected]: > That would be indeed really interesting !...
Yes there seem to be a bug when MovieClip timelines are created - they are empty after construction and even when the 1st frame script gets executed...
The bug is related to StageXL measurement; it's not related to the toolkit.