Skip to content

This was an assignment from UCI course Ics133 in which we implemented MT4j, CCV and a DroidCam App for the making of the Pong game. The following code is what enabled us to play the game with a DIY touch pad.

Notifications You must be signed in to change notification settings

Leramir1/Multi-Touch-Pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Multi-Touch-Pong

Hello, this is an assignment where my group and I explored the differences between multi-touch and mouse point interaction by recreating a classic game called Pong. The framework we based the project off is called Multi-Touch for Java(MT4J) with a built in TUIO server for less supplementary work. We also used Community Core Vision(CCV) software version 1.5 to perform advanced visual tracking. In order to capture the video image we used a Andriod app called DroidCam version 4.1, which enabled us to send feed from the phone's back camera to the DriodCam client on the desktop. The DriodCam client transfers the data to CCV, CCV then turns the video feed into "Blobs" and MT4J then turns the blobs into multitouch intructions.

For more information go to our proffesor's website where the guidelines for building this project is at:

http://www.ics.uci.edu/~djp3/classes/2014_09_INF133/tasks/task_multitouch.html

About

This was an assignment from UCI course Ics133 in which we implemented MT4j, CCV and a DroidCam App for the making of the Pong game. The following code is what enabled us to play the game with a DIY touch pad.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages