Twongseng is a TUIO2 multitouch tracker for Mac OS X touchpad devices. This application allows to use the internal trackpad (or alternatively an external magic trackpad or magic mouse) to send /tuio2/ptr messages to your TUIO2 enabled multitouch application. It also allows alternative TUIO2/TCP and TUIO2/WEB transport methods in addition to the default TUIO2/UDP transport.
-
Download the application package
(Universal i386/x86_64 binary, minimum MacOS X version 10.6) -
Open it
-
Run Twongseng
-
optionally change the TUIO2/UDP port and host
or select alternative TUIO2/TCP or TUIO2/WEB transport -
optionally select an internal or external trackpad
-
Click the Start button to activate Twongseng
Then ...
- Run your TUIO2-based multitouch application
- Start touching your touchpad
-
Retrieve the code. Using git
$ git clone git://github.com/fajran/twongseng.git
or by clicking the download button.
-
Open
TwongsengApp/TwongsengApp.xcodeproj
with Xcode. -
Build the project.
- Retrieve the code
- Go to the source directory
- Type
make
and return.
This application is based on the original Tongseng by Fajran Iman Rusadi.