From the posts: "... Below is a shot of a SimpleGUI Window hosting a SimpleGrid control and four ButtonLegendLabels (I need to come up with a new name for that one) ...".
Welcome!Tuesday, May 01, 2007
BORTREIST'S GUI
JONAS FOLLES' FIRST XNA GAME: "XPONG"
From Jonas' post: "... So as I mentioned in the beginning I just completed my implementation of PONG written using the XNA framework. I wanted my PONG game to be more "complete" than some of the XNA PONG samples available online. There are some nice tutorials you might check out. One of them is a video tutorial over at LearnXNA that walks you through an implementation of Pong. Two other implementations worth checking out are Rob Loachs' XNA Pong and Tiny Tennis up on Coding4Fun ...".
Welcome, Jonas!"SINGLETONS"
From the post: "... In other words: When starting the game, the static Farseer is not created. If a piece of code tries to access the Physics property, then the static part of Farseer is created. Or, if someone tries to instantiate Farseer, it is not instantiated, but the static part is activated ...".
More after the break!