Kinect And TISCH Combined For Multitouch

[Florian] sent a link to his proof of concept in creating a multitouch display using the Kinect. He’s the one behind the libTISCH multitouch package and that’s what he used to get this working along with the recently released Kinect drivers. He did this on an Ubuntu machine and, although it’s not a turnkey solution he was kind enough to share some rough directions on accomplishing it yourself. Join us after the break for his instructions and some embedded video.

Continue reading “Kinect And TISCH Combined For Multitouch”

LibTISCH 1.0 Released

picview

[Florian] is proud to announce libTISCH 1.0 is finally ready for release. We told you about libTISCH just under a year ago and how it is a multitouch framework that factors more on the software side of things, instead of hardware for multitouch interfaces. A lot has changed including more widgets, more gestures, more hardware support, and some other nice features. If you’re looking into making your own multitouch surface, or making your own widgets for a multitouch surface – libTISCH would be a great place to start.

TISCH, Multitouch Framework

multitouch

[floe] wrote in to tell us about his multitouch based thesis work. While many projects have focused on the hardware side of multitouch, TISCH is designed to promote the software side. TISCH is a multiplatform library that features hardware abstraction and gesture recognition. This takes a lot of weight off of widget developers since they can specify known library gestures instead of writing the exact motions from scratch. Using TISCH also means a standard set of gestures across multiple widgets, so the learning curve will be much easier when a user tries out a new app. If you’re researching multitouch, check out this project and help improve the codebase.