Tuesday, May 01, 2007

BENNY'S BOOK IS ON FIRE!

Yeap, indeed.

Read the post on Machaira's Space blog: "... Looks like Ben Nitschke's XNA book, Professional XNA Game Programming For Xbox 360 and Windows, is doing pretty well. I got a call from Chris Webb at Wrox (since I was the tech editor on the book) letting me know that it's in the top 600 of all books on Amazon.com (it's at 520 at the time I'm writing this) and in the top 20 of Computer books (16 at this time). Looking at the computer related books ahead of it and considering where it's at having only been available for a couple of weeks, I have a feeling it's going to move quickly up that chart ...".

Congrats, man!

VISUAL3D.NET BETA1 IS OUT

RightRiot has announced on Realmware's forums that the first open beta for Visual3D.Net framework has been released.

Finally!

MCCODER'S "LITTLE COLLISION MANAGER"

MCCoder has published the source code for his "Stand alone little collision manager".

From the post: "... I had previously been doing all my collision stuff during my physics steps, which led to pretty fantasic failure cases. I was checking to make sure the objects were heading in the same direction before I’d say there was a collision, but this often led to objects coming to a rest while penetrating another object (say two objects interpenetrated and bounced off each other, but not with enough force to actually seperate them) ...".

Read on.