Skip to content

Ducasse/TUIO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TUIO

Build Status Coverage Status License Pharo version Pharo version Pharo version

A Protocol for Table-Top Tangible User Interfaces (see http://www.tuio.org)

The TUIO protocol is encoded using the Open Sound Control format, which provides an efficient binary encoding method for the transmission of arbitrary controller data. Therefore the TUIO messages can be basically transmitted through any channel that is supported by an actual OSC implementation.

This port is based on the work of Simon Holland who published it under MIT.

Installation

The following script installs DataFrame into the Pharo image

Metacello new
  baseline: 'TUIO';
  repository: 'github://Ducasse/TUIO/src';
  load.

About

TUIO to control sound systems

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published