Skip to content

TUIOFX/tongseng

 
 

Repository files navigation

Tongseng

Tongseng is a TUIO wrapper for Mac OS X multitouch events. Now you can use the multitouch touch pad to send TUIO events to your multitouch application!

Visit TUIO.org for more information about TUIO.

Usage

  1. Download the application package (Intel only)

  2. Open it

  3. Run Tongseng

    Tongseng

  4. Click the Start button to activate Tongseng

Then..

  1. Run your TUIO-based multitouch application
  2. Start touching your touchpad!

Compilation

GUI Application

  1. Retrieve the code. Using git

     $ git clone git://github.com/fajran/tongseng.git
    

    or by clicking the download button.

  2. Open TongsengApp/TongsengApp.xcodeproj with Xcode.

  3. Build the project.

Command line application

  1. Retrieve the code
  2. Go to the source directory
  3. Type make and return.

Packages

No packages published

Languages

  • C++ 96.3%
  • C 2.8%
  • Other 0.9%