Hello to all,
How to let my Qt GUI application receive TUIO and manipulate them using ofxTUIO ?
A good reference is really needed.
I have browse through the source file but i cannot find any ofxTUIO package but there is ofxOsc. I wonder whether i need to use which one.
Please help.
Thanks.
moka
#2
download ofxTuioWrapper here:
http://addons.openframeworks.cc/project-…-es/ofxtuio
You wont be able to use it with QT gui though since those are not made for use with multitouch as far as I know.
The package contains an ofxMultiTouchObject though which is a good start to pull off your own GUI.-