Tongseng
Tongseng is a TUIO 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 /tuio/2Dcur messages to your TUIO enabled multitouch application. The latest version also enables alternative TUIO/TCP and TUIO/WEB transport methods in addition to the default TUIO/UDP transport.
Usage
-
Download the application package
(Universal i386/x86_64 binary, minimum MacOS X version 10.6) -
Uncompress the ZIP archive
-
Run Tongseng
-
Optionally change the TUIO/UDP port and host
or select alternative TUIO/TCP or TUIO/WEB transport -
Optionally select an internal or external trackpad
-
Click the Start button to activate Tongseng
Then ...
- Run your TUIO-based multitouch application
- Start touching your touchpad
Compilation
GUI Application
-
Retrieve the code. Using git
$ git clone git://github.com/fajran/tongseng.git
or by clicking the download button.
-
Open
TongsengApp/TongsengApp.xcodeproj
with Xcode. -
Build the project.
Command line application
- Retrieve the code
- Go to the source directory
- Type
make
and return.