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 [2]
16  Announcements and General Discussion / General Discussion / Re: Box2D in PureMVC, does it have its place? on: August 24, 2009, 05:40:44
I think, a possibility integrating Box2d into puremvc is to create Box2d view components. these view components can uses the Box2d functionality internally and provide methods for their mediators for manipulating them. this way the rest of the system doesn't have to deal with the box2d lib directly, only with the view components as usual.
17  Announcements and General Discussion / General Discussion / Re: How to solve this thingy in an elegant way? on: August 24, 2009, 02:02:35
Hi,

maybe you would handle that through the mediators. for example

1) after all of the 3 proxies are loaded , send a notification
2) each mediator of the specific component which listens to the notification then setup their view components with the data from the proxies

Pages: 1 [2]