I built a DIY multi-touch display based on FTIR, so I have a projector
and an infrared camera which captures the fingers, see
nuigroup.com.
I had a Java application combined with a multi-touch library MT4J
(
http://www.mt4j.org/mediawiki/index.php/Main_Page)
This was all fine, I can listen on touches and gestures. On my multi-
touch device everything is okay, and on a normal display I can use the
mouse / keyboard to interact with the application.
Now I want to use a commercial multi-touch display, like Evoluce ONE
or Samsung 650TS and I want to run it also on iPad (and on more mobile
devices). So I have to remove my Java frontend and do something which
is platform independent, otherwise I have to develop a Java frontend
and an Objective-C application. But I want to create one frontend for
all.
And so I thought this could be great to achieve this. It is enough if
iPad/iPhone, Android, normal display and a multi-touch display can use
the touches.
Best Regards phantomiaser