Kinect Irrlicht Framework MarbleRacing game

Announce new projects or updates of Irrlicht Engine related tools, games, and applications.
Also check the Wiki
Post Reply
kerouinci
Posts: 4
Joined: Sat Jun 23, 2012 10:02 pm

Kinect Irrlicht Framework MarbleRacing game

Post by kerouinci »

Hello everyone. Over the summer I did a small project to familiarize myself with the Kinect that I decided to release since I saw that people are interested how could this work.

Videos :

https://www.youtube.com/watch?v=VGmuR-j8Fac
https://www.youtube.com/watch?v=vUpA2R8GxgE


As a basis I used Brainsaw amazing StuntMarbleRacing open source game that I modified to implement the Kinect.
http://www.dustbin-online.de/marbles2.php


- The kinect is updated on a separate thread.
- It maps body movements to a virtual joystick that can be seen on the screen.

There are 4 different controllers

Lean Based Controller - lean left / right back/forth
Pendullum Controller - raise hands to track form initial position. gentle moves control the ball
Location Controller - raise hands to track form initial position. broader moves control the ball.
Knee Based + steering wheel - unfinished

To run the game you need :
Windows Kinect OpeNNI drivers. Installer here :
http://www.brekel.com/?page_id=160

Download the game :

Zip: http://www.4shared.com/zip/RHi4v56R/Kin ... ing_2.html
or MSI installer : http://www.4shared.com/file/NRtim-U5/Ki ... acing.html

Code ( needs to be cleaned, I was a beginner when I started this project ) :

https://github.com/s3vinci/KinectMarbleRacing

I hope this is useful. I'll update the code to make it much more cleaner...

The potential of this is that Irrlicht is a good platform for Kinect Windows Games.
Brainsaw
Posts: 1176
Joined: Wed Jan 07, 2004 12:57 pm
Location: Bavaria

Re: Kinect Irrlicht Framework MarbleRacing game

Post by Brainsaw »

Nice to see you finally got it released ;). I'll add a link to the Stunt Marble Racers homepage, too bad I don't own a Kinect.
Dustbin::Games on the web: https://www.dustbin-online.de/

Dustbin::Games on facebook: https://www.facebook.com/dustbingames/
Dustbin::Games on twitter: https://twitter.com/dustbingames
Post Reply