Thursday, October 21, 2010

Integration of Winform and XNA is continued

This week, my major work on the project was still the integration of Winform and XNA.
I found out that a smooth integration of these two can be implemented. Yes, they are all in all the children of DotNet framwork. By using the approach of Model View Controler, the GraphicsDevice that deals with graphic calculation and reprentation can be imported and loaded as a Control component in the MainForm.

After other members in our group finish all the user case and sequence diagrams, I think then I'll be able to write down all major interfaces and make a new demo that will run as we expect.

No comments:

Post a Comment