Overview
TUIO Smoke is a multitouch demo using SDL and OpenGL for portability, based on the smoke demo originally supplied with touchlib. This version of Smoke supports TUIO/OSC input for use with trackers such as Community Core Vision (CCV) and reacTIVision
This version contains many significant enhancements over the original:- no longer tracker-dependent, any tracker which can export OSC touch data can drive this application
- threading of the fluid evolution procedures - much faster!
- motion interpolation between touch updates - no more stuttering! so smooth!
- keyboard interaction, frame-rate display, and command-line options for flexibility
Get the code:¶
Binaries
The most recent Windows binary version is v0.6
TUIO Smoke for Windows
Sources
The most recent archived sources are v0.6
Download the source : tar.gz
Download the source : zip
Checkout latest development code from anonymous SVN:
svn co http://svn.edencomputing.com/tuiosmoke tuiosmoke
Enjoy :)
Please create a new issue for comments, questions, and bug reports
Or e-mail me directly at: pking@edencomputing.com
Members
Manager: Pat King
Latest news
Windows binary available (32bit)!
Check the files section for the new Win32 binary!
Some code cleanup, no more Boost C++ dependency
(1 comment)
Boost libs are rather large (~30mb), removed this dependency.
TUIO-Smoke released!
(1 comment)
The initial version of the TUIO enabled Smoke demo is available for download!