Yet Another VR Treadmill on Kickstarter

There is now another omni-directional treadmill project on Kickstarter, this one called the Wizdish. It’s a passive design, similar to the Omni, however it does not allow the user to lift their feet. It works by wearing special shoes with low-friction tiles on the bottom. This allows you

Review: 3D Game Engine Architecture

In preparation for my 3D game engine, I have been trying to read all I can on 3D engine design and architecture. Although there are some good books out there, it’s very difficult to find a text that will walk you through everything you need to know. That

Force-Feedback Vest on Kickstarter

Looks like there’s yet another virtual reality project on Kickstarter. Well, I guess this is not strictly a VR thing, but it certainly could be used as such. Basically the ARAIG is a vest that you wear while gaming, and it provides force-feedback when you are getting hit

Building a DIY Data-Glove (Part 2)

  The above video is demonstrating a 4.5″ flex sensor made by Spectra Symbol that I got from Sparkfun. Hooked it up to an Arduino and had it print the values to the serial monitor. Since I don’t have a tripod, it was going to be difficult to

Virtuix Omni Kickstarter Funded

The Virtuix Omni Kickstarter campaign was fully funded within hours of the doors opening this morning. If you haven’t heard of this device before, it’s basically a passive treadmill. It allows you to walk in any direction inside a virtual world, without actually moving in the real world.

Building a DIY Data-Glove (Part 1)

  For quite some time I have been waiting for a good data-glove to hit the market for use with virtual reality applications. So far the only consumer product that has come remotely close was the P5 glove, which was probably one of the biggest disappointments in my

Review: Game Coding Complete

Finally, I’ve got around to reading (and finishing) Game Coding Complete, and it’s up there on the list of great game development resources. I’d been meaning to read this book for quite some time, but got distracted with DirectX and Windows hooking for use with my 3D driver.

Creating a 3D Game Engine (Part 5)

So far I have mostly been talking about plans and theories, not much meat. Today I hope to remedy that with a discussion on main loops. Surely there are tons of different ways a main game loop can function, and I will explain a few of those methods.

DirectCompute Lecture Series

Well I know this is kind of old, but I am just discovering it and it seems like a good resource. It’s basically a series of videos put together by Microsoft to explain their DirectCompute API. If you’re not familiar with DirectCompute, it’s an API that allows you