Monday, March 12, 2007

XNATUTORIAL.COM: "NO MORE WEEKLY UPDATES"

Since XNA GSE started we have enjoyed for months of every "Weekly Update" reported by XNATutorial.Com.

Today, Joran has announced that due to an increase in his workload, he has no time left to spend in order to bring more weekly updates to the XNA Community.

It's sad to hear this news. However, at the same time, after reading his post, it's completely understandable.

But not everything is bad news: "... On the upside, this means I should be able to get back to making tutorials. Although, with the increased workload, I doubt there will be one per week, like during last year ...".

So let's thank Joran for all the efforts he made in order to bring  this invaluable resource week by week and wish him luck in his new "split" of activities.

Saturday, March 10, 2007

BLADE3D BETA 1 (BUILD 1543) NOW AVAILABLE

The latest build of this impressive framework is now available for registered beta-1 testers.

From Blade3D's forums: "We are happy to announce the availability of the latest build of Blade3D.

Here is a list of features and improvements for this weeks release. 

  • Entirely new multimedia help system with embedded video tutorials
  • Integrated web based asset delivery mechanism for textures, models and modules
  • Over 400 free textures and more than 70 models ready for delivery
  • New menu commands for quick model import, selection and scene insertion
  • Improved, more intuitive translation tool
  • Ability to define custom bone controllers for animated models
  • New animation graphs provide basis for total animation control in future
  • Ability to import/export any part of the module to shareable packages
  • Many bugs fixed

Registered Beta 1 users should go here to download the latest build

Enjoy!"

So, ... enjoy!

Friday, March 09, 2007

MOUSE2D GAME COMPONENT FROM TEHONE.COM

TehOne.com has published a mouse component for XNA.

From TehOne's post: "Here is my Mouse2D DrawableGameComponent. I started out just wanting to be able to put a custom Mouse pointer/cursor on the screen instead of the windows mouse. From there the code just seemed to keep evolving more and more. After I got my custom pointer on the screen, I wanted to then place a Texture2D where it clicked (this was mostly for debugging etc, but I think turned out to be useful for other things). I could see this feature being used in map editors maybe, or something where you want to give the user the ability to design what they see on the screen."

You can download the source code and or a demo game, and check the online documentation ... and please, don't forget to read the license.

"As always, I would really appreciate some feeback on this. I'm sure people can make use of this code (especially beginers). And I'm even more sure that it can be improved with input from others (especially those with more experience then me)."

Let's give the guy some feedback.