Awesome
TUIO
<!-- [![Build status](https://ci.appveyor.com/api/projects/status/1wdnjvmlxfbml8qo?svg=true)](https://ci.appveyor.com/project/olekscode/dataframe) -->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.