On 2/12/14 11:25 AM, "OmPrakash Muppirala" <bigosma...@gmail.com> wrote:

>On Feb 12, 2014 11:05 AM, "Sean Thayne" <s...@skyseek.com> wrote:
>>
>> I think it would be interesting, but not really realistic.
>>
>> The creator of Starling was unable to use the standard Flash Event and
>EventDispatcher. So he instead created his own. That plus the fact that
>all
>the Flex components are built off flash's display list classes. And
>Starling is based off their own display list classes. It makes it really a
>big big rewrite of Flex.
>>
>> It would be very very cool though. If you could use the power of Flex
>with the performance of Starling. That would be amazing.
>>
>
>It is definitely possible, especially with the new FlexJS SDK.  If someone
>has time to play with it, that would be great.  If course, there would be
>no cross-compiling Starling stuff to JS, but the way the new SDK is built,
>it should be possible to use a Starling based display list, I believe.
It would cross-compile if the API surface of such components did not
expose the Stage3D APIs (which also means, no fancy transforms on the UI
Widgets).  If you are just going to use Stage3D to more quickly render
rectangular UI Widgets, then the same API should be available in the
browser.

That said, I still want solid proof that Stage3D is that much faster than
the display list for displaying rectangles.  I still think the main
performance difference folks see is due to overhead in the Flex Framework.

-Alex

Reply via email to