Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Show Posts

* | |

  Show Posts
Pages: [1]
1  PureMVC Manifold / MultiCore Version / Re: External renderegine on: May 27, 2010, 12:34:10
thanks for your thoughts on that! we'll take your points into consideration.
sometimes it almost feels like we're coming up with new arguments on purpose, just for the pleasure of keeping the discussion going  ;)

cheers,
numblock
2  PureMVC Manifold / MultiCore Version / External renderegine on: May 26, 2010, 09:34:08
hi there,

we are currently working on an as3 puremvc project where we are trying out different technologies for our render-engine. what we can't seem to figure out is where to place these engines within the puremvc framework.
we will be trying out renderengines in haxe and alchemy. flash needs to be able to communicate with these engines by sending the engine the graphical assets to render and also a queue to tell the engine in which order/depth/transformation to render them out. ultimately, the engine will return a bytearray which we can convert to bitmapdata and display in flash.
we've had quite a discussion here already as to how this engine will fit into puremvc, and our conclusion is it's a VO, which will be accessed through its proxy. although the engine 'does' alot more than a VO traditionally does, this seems to make the most sense to us.
any ideas on whether or not this is the right way to go would be greatly appreciated.


kind regards,
numblock

PS i love, dream and obviously think puremvc!
Pages: [1]