Skip to content

Latest commit

 

History

History

MultiTouchTUIO

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Multitouch TUIO

Same as Multitouch but supports TUIO server communication.

Its working with an unofficial TUIO library slighly extended from the original.

This sketch acts like a touchScreen, the interesting part is the TuioServer part which enables the sketch to output the touch values with the instruction:

ArrayList<TouchPoint> touchs2D = new ArrayList<TouchPoint>(touchInput.getTouchPoints2D());
server.send2D(touchs2D);

Program is running like MultiTouch:

Photo of the touch interface

The connected clients receive the messages:

Resulting TUIO events