Touch-base driver for osx

broken image
broken image

TUIO expects your app to be running full screen so if you use that example sketch (which sets the window to 640x480) it'll seem way off! Instead set the size of the sketch to whatever you monitor dimensions are: `size(screen.width,screen.height) ` also run the sketch in `Present` mode by going to Sketch > Present. The UPDD-TUIO bridge does not calibrate to adjust for different window sizes. In the `TUIO` folder find the example sketch and run that. Then put the TUIO-Processing library in that folder but rename it to just `TUIO`. If there isn't already a folder called `libraries` you have to make one. You have to find your Processing sketchbook folder, by default i think it's ~/Documents/Processing. That covers the drivers.įor Processing to receive TUIO events you'll need to download the TUIO-Processing library. Then you need to download the Touch-Base UPDD-TUIO-Bridge and you need to run it. You need to make sure UPDDGesturemacosx is running.

broken image

Basically you need to make sure you have the Touch-Base UPDD drivers downloaded and installed. UPDATE: Click `Read More` for links to drivers :)