Virtual Archery Game Makes Practicing Convenient, Safe, And Inexpensive

Virtual-Archery

Inspired by playing The Legend of Zelda video game series, Cornell University students [Mohamed Abdellatif] and [Michael Ross] created a Virtual Archery game as their ECE 4760 Final Project.   The game consists of a bow equipped with virtual arrows and a target placed about 20 ft away. The player has three rounds to get as high of a score as possible. A small display monitor shows the instructions, and an image of where the shot actually hit on the target.

Pressing a button on the front of the bow readies a virtual arrow. A stretch sensor communicates with a  microcontroller to determine when the bow string has been drawn and released.  When the bow is drawn, a line of LEDs lights up to simulate a notched arrow. The player aims, and factors in for gravity. An accelerometer calculates the orientation of the bow when fired. The calculated shot is then shown on the display monitor along with your score.

This immediately makes me think of Laser Tag, and feels like a product that could easily be mass marketed. I’m surprised it hasn’t been already. Good work guys.

[via Hackedgadgets]

Check out the video demonstration after the break:

Continue reading “Virtual Archery Game Makes Practicing Convenient, Safe, And Inexpensive”

Play Dress Up With Kinect

kinect_virtual_dressing_room

While we have seen Kinect-based virtual dressing rooms before, the team at Arbuzz is taking a slightly different approach (Translation) to the digital dress up game. Rather than using flat images of clothes superimposed on the subject’s body, their solution uses full 3D models of the clothing to achieve the desired effect. This method allows them to create a more true to life experience, where the clothing follows the subject around, flowing naturally with the user’s movements.

Like many other Kinect hacks, they use openNI and NITE to obtain skeletal data from the sensor. The application itself was written in C# with Microsoft’s XNA game development tools, and uses a special physics engine to render the simulated cloth in a realistic fashion

[Lukasz] says that the system is still in its infancy, and will require plenty of work before they are completely happy with the results. From where we’re sitting, the demo video embedded below is pretty neat, even if it is a bit rough around the edges. We were particularly pleased to see the Xbox’s native Kinect interface put to work in a DIY project, and we are quite interested to see how things look once they put the final touches on it.

Continue reading “Play Dress Up With Kinect”

Marble Machines Roundup

[Denha’s] been building marble machines for years and decided to look a back on some of his favorite marble-based builds  (translated). There’s a slew of them, as well as some thoughts about each. Our favorite part is the digital simulations of the projects. For instance, the image above shows a flip-flop marble machine that was built in a physics simulator. This makes it a lot easier to plan for the physical build as it will tell you exact dimensions before you cut your first piece of material. Both of these images were pulled from videos which can be seen after the break. But this isn’t the most hard-core of pre-build planning. SolidWorks, a CAD suite that is most often used to design 3D models for precision machining, has also been used to model the more intricate machines.

Continue reading “Marble Machines Roundup”

Kinect Hacked To Work With Garry’s Mod Means Endless Hours Of Virtual Fun

garrys_mod_kinect

[John B] is a software engineer and had some spare time on his hands, so he started messing around with his Kinect which had been sitting unused for awhile. He wanted to see what he could create if he was able to get Kinect data into a virtual environment that supported real-world physics. The first idea that popped into his head was to interface the Kinect with Garry’s Mod.

If you are not familiar with Garry’s Mod, it is a sandbox environment built on top of Valve’s Source engine. The environment supports real-world physics, but beyond that, it pretty much lets you do or build anything you want. [John] found that there was no good way to get Kinect data into the software, so he built his own.

He used OpenNI to gather skeletal coordinate data from Kinect, which was then passed to some custom code that packages those coordinates inside UDP packets. Those packets are then sent to a custom Lua script that is interpreted by Garry’s Mod.

The result is just plain awesome as you can see in the video below. Instead of simply playing some random game with the Kinect, you get to design the entire experience from the ground up. The project is still in its infancy, but it’s pretty certain that we’ll see some cool stuff in short order. All of the code is available on github, so give it a shot and share your videos with us.

Continue reading “Kinect Hacked To Work With Garry’s Mod Means Endless Hours Of Virtual Fun”

Virtual Windows That Track A Viewer’s Position

Winscape will let you replace that garbage-strewn ally view with just about anything you want. The two windows above are actually plasma screen televisions. In between them you can spot a Nintendo Wii Remote that is used to track an IR badge worn by the person in the room. As they move, the images on the screens are changes to simulate the change in perspective you would see out of a real-world window. Take a look at the video after the break. This is unfortunately not an open source project but the software is available for trial and we find the concept interesting. If you can write video processing algorithms you may be able to take the Wii Remote Whiteboard concept and turn it into a Winscape clone. Continue reading “Virtual Windows That Track A Viewer’s Position”

PS3 Home Hacking

ps3

Last week Sony launched the public beta of Home, their virtual world for the PlayStation 3. It wasn’t met with much fanfare and has proven to be quite buggy. Many were less than charmed by scarcity being ported to the virtual world. Others took it upon themselves to hack the service. Connections between the user’s home console and Sony’s server are unencrypted. You can sniff the requests and responses off the wire and modify them live. It seems you need the console to establish the initial connection, but after that you’re free to use builtin tools like Download.jsp, UploadFileServlet, and Delete.jsp to modify any file on the host server. You can also set up a proxy server to modify content, but that will only affect what your console sees.

[photo: nic0]

[via Joystiq]