Review: Game Engine Design and Implementation by Alan Thorn

Alan Thorn’s Game Engine Design and Implementation was quite an interesting read. Overall I thought it was good, but the book struggles at times to find it’s audience. On one hand, it covers a lot of great topics and there are some good code snippets to be found. On the other hand, it seems to jump around between APIs and frameworks and never really

Innovative Augmented & Virtual Reality Glasses on Kickstarter

Looks like the VR/AR crowd-funding freight-train is not slowing down one bit. The latest success story being castAR, a set of stereo 3D augmented reality glasses from ex-Valve engineers. At first I was not all that excited about the project, seeing as I am more of a VR buff than for AR. However, this project looks too interesting to pass up. Basically the

Review: More Effective C++

I decided to break from my 3D game engine book marathon and go to something more fundamental. More Effective C++ by Scott Meyers is one of those books I have  had on my wishlist for years but just hadn’t got around to reading yet.  I had read the original book  Effective C++ some years ago, and this sequel very much follows the same form. Though

Review: Getting Started with UDK

Right off the bat, I knew this was not going to be an in-depth resource. The book weighs in and a light 120 pages, though the title does say “getting started” so I least they were upfront about it. That said, I did find the book useful and feel it was a good intro text for people unfamiliar with UDK. Getting Started with

Review: Freedom™ by Daniel Suarez

Personally I hate spoilers, so I will keep this brief. Freedom™ is the sequel to the best-selling book Daemon by Daniel Suarez. If you haven’t read the original, you should go do that now. It’s great. The premise of the first book is that of a famous game developer that dies, and spawns an AI that goes rouge and starts killing people. It then follows

Review: Mathematics for 3D Game Programming and Computer Graphics

Mathematics for 3D Game Programming and Computer Graphics by Eric Lengyel is one of those books I have literally been eyeing for years and just never got around to reading. If you are not familiar, Eric Lengyel is the creator of the C4 Engine, and also the author of various game development books. He is well regarded in the community, so I assumed this

Sixense STEM System: Awesome 6-DOF Motion-Tracking for VR

https://www.youtube.com/watch?v=jkOLswJlTBs   The guys at Sixense have just released a new video showing off the 5 STEM motion-tracking system that they are Kickstarting. The Sixense version of the Oculus Tuscany demo was already one of the more impressive examples of VR I have seen, and that was just using the Razer Hydra. This new demo ups the ante with a total of 5

Creating a 3D Game Engine (Part 6)

It’s been quite a while since my last 3D game engine post, but I haven’t forgot about it. In fact, I’ve been so heads-down in research I haven’t really done any development at all. I still feel like there are a few more books I will need to read to be better prepared, but I guess that will always be the case. So

Review: 3D Game Engine Programming

The quest to become a master of 3D engines has brought me to another book, 3D Game Engine Programming by Stefan Zerbst (with a forward from the legendary Andre LaMothe). This is one of the first books I’ve read in a while that wasn’t available on the Kindle, and it’s out of print, but I managed to find a used copy of the

Review: Practical Rendering and Computation with Direct3D 11

I was thoroughly impressed by Practical Rendering and Computation with Direct3D 11 by Jason Zink. Microsoft’s Direct3D API is certainly not for beginners, and neither is this book. But, at the same time, the author does a great job of explaining the material in a way that is approachable. The book assumes you are already comfortable with C++, and doesn’t hold your hand with