Ducasse / TUIO

TUIO to control sound systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Smalltalk 100.0%