Re: [Flashcoders] AS3 faster ??

2006-07-10 Thread Andreas Rønning
I did an l-system implementation in AS2 recently. In FP8 i could only do simple systems with a couple of recursions before the player choked, and playback was slow as well (i animated the growth with perlin noise for a wind effect). Porting to AS3 let me quadruple the l-system complexity,

Re: [Flashcoders] AS3 faster ??

2006-07-10 Thread Mike Cobb
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Rønning Sent: 10 July 2006 14:59 To: Flashcoders mailing list Subject: Re: [Flashcoders] AS3 faster ?? I did an l-system implementation in AS2 recently. In FP8 i could only do simple systems with a couple of recursions

Re: [Flashcoders] AS3 faster ??

2006-07-10 Thread Tom Jackson
them (Im not planning on migrating to AS3 just yet). -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Rønning Sent: 10 July 2006 14:59 To: Flashcoders mailing list Subject: Re: [Flashcoders] AS3 faster ?? I did an l-system implementation

Re: [Flashcoders] AS3 faster ??

2006-07-10 Thread Cédric Néhémie
(Im not planning on migrating to AS3 just yet). -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Rønning Sent: 10 July 2006 14:59 To: Flashcoders mailing list Subject: Re: [Flashcoders] AS3 faster ?? I did an l-system implementation in AS2

Re: [Flashcoders] AS3 faster ??

2006-07-10 Thread Tyler Wright
(Im not planning on migrating to AS3 just yet). -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Rønning Sent: 10 July 2006 14:59 To: Flashcoders mailing list Subject: Re: [Flashcoders] AS3 faster ?? I did an l-system

Re: [Flashcoders] AS3 faster ??

2006-07-10 Thread Robert Gordon
flashcoders@chattyfig.figleaf.com Date: Mon, 10 Jul 2006 17:14:14 +0200 To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] AS3 faster ?? Hi, Here some benchs I've made during the Beta 2, comparison between AS2's and AS3's basics operations. All have been

Re: [Flashcoders] AS3 faster ??

2006-07-10 Thread Charles Parcell
To: Flashcoders mailing list Subject: Re: [Flashcoders] AS3 faster ?? I did an l-system implementation in AS2 recently. In FP8 i could only do simple systems with a couple of recursions before the player choked, and playback was slow as well (i animated the growth with perlin noise for a wind

Re: [Flashcoders] AS3 faster ??

2006-07-10 Thread Charles Parcell
:59 To: Flashcoders mailing list Subject: Re: [Flashcoders] AS3 faster ?? I did an l-system implementation in AS2 recently. In FP8 i could only do simple systems with a couple of recursions before the player choked, and playback was slow as well (i animated the growth with perlin noise

Re: [Flashcoders] AS3 faster ??

2006-07-10 Thread Cédric Néhémie
list Subject: Re: [Flashcoders] AS3 faster ?? I did an l-system implementation in AS2 recently. In FP8 i could only do simple systems with a couple of recursions before the player choked, and playback was slow as well (i animated the growth with perlin noise for a wind effect

Re: [Flashcoders] AS3 faster ??

2006-07-07 Thread jcarlos
but the faster part should be F9 Player itself, insn´t it ? - Original Message - From: ben farrell [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Thursday, July 06, 2006 1:47 PM Subject: Re: [Flashcoders] AS3 faster ?? At my local Adobe user

Re: [Flashcoders] AS3 faster ??

2006-07-07 Thread Johannes Nel
@chattyfig.figleaf.com Sent: Thursday, July 06, 2006 1:47 PM Subject: Re: [Flashcoders] AS3 faster ?? At my local Adobe user group, we had a Flex 2 demo which of course utilizes the Flash 9 Player and AS3. The presenter had some code that draws fractals on screen. Using Flash 8 AS2, the fractal took around 45

RE: [Flashcoders] AS3 faster ??

2006-07-07 Thread Blumenthal, Peter
but the faster part should be F9 Player itself, insn´t it ? F9 player includes VM1 and VM2. VM2 is the one with the performance improvements. To use VM2, the SWF must be published for Flash Player 9 (presumably AS3?). Peter This email may contain confidential material. If you were not an

Re: [Flashcoders] AS3 faster ??

2006-07-07 Thread Johannes Nel
yes for as3 as well. no as2 in vm2. On 7/7/06, Blumenthal, Peter [EMAIL PROTECTED] wrote: but the faster part should be F9 Player itself, insn´t it ? F9 player includes VM1 and VM2. VM2 is the one with the performance improvements. To use VM2, the SWF must be published for Flash Player 9

Re: [Flashcoders] AS3 faster ??

2006-07-07 Thread Meinte van't Kruis
wonder what happens if you load a SWF published with as2.0 into a SWF publishes in as3.0, does it have to switch VMs? On 7/7/06, Johannes Nel [EMAIL PROTECTED] wrote: yes for as3 as well. no as2 in vm2. On 7/7/06, Blumenthal, Peter [EMAIL PROTECTED] wrote: but the faster part should be F9

Re: [Flashcoders] AS3 faster ??

2006-07-07 Thread Johannes Nel
the code does not execute if the parent movie is aimed at avm2. On 7/7/06, Meinte van't Kruis [EMAIL PROTECTED] wrote: wonder what happens if you load a SWF published with as2.0 into a SWF publishes in as3.0, does it have to switch VMs? On 7/7/06, Johannes Nel [EMAIL PROTECTED] wrote: yes

Re: [Flashcoders] AS3 faster ??

2006-07-07 Thread Derek Vadneau
Nel [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Friday, July 07, 2006 8:45 AM Subject: SPAM-LOW: Re: [Flashcoders] AS3 faster ?? the code does not execute if the parent movie is aimed at avm2. On 7/7/06, Meinte van't Kruis [EMAIL PROTECTED] wrote: wonder

Re: [Flashcoders] AS3 faster ??

2006-07-07 Thread ryanm
there are two VM's in the new player. the new VM is real snell. snell (schnell) == fast For the English-only crowd. ;-) ryanm ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

RE: [Flashcoders] AS3 faster ??

2006-07-06 Thread neo binedell
Of course it will be faster only if you port the code over to AS3 (otherwise it will still use the old AS2/1 VM1). I posted about the 3D engine I wrote and the speed increase I got when I converted it to AS3 a few days ago so you can check that out as an example of just how much faster it is ;p

Re: [Flashcoders] AS3 faster ??

2006-07-06 Thread Michael Stuhr
neo binedell schrieb: I posted about the 3D engine I wrote and the speed increase I got when I converted it to AS3 a few days ago so you can check that out as an example of just how much faster it is ;p check out where? micha ___