https://github.com/automata/chuck-tuio
A ChucK class for TUIO communication
https://github.com/automata/chuck-tuio
Last synced: 3 months ago
JSON representation
A ChucK class for TUIO communication
- Host: GitHub
- URL: https://github.com/automata/chuck-tuio
- Owner: automata
- Created: 2011-02-07T12:31:45.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-02-07T12:41:17.000Z (over 14 years ago)
- Last Synced: 2025-01-07T22:18:38.549Z (5 months ago)
- Homepage:
- Size: 89.8 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* A Chuck class for TUIO communication
* Introduction
A sender/receiver of TUIO messages for the [[http://chuck.cs.princeton.edu/][ChucK]] programming language.
*It's a pre-release and not ready-to-use yet.*
* Prerequisites
- [[http://chuck.cs.princeton.edu/][ChucK]]
- A TUIO interface (if you don't have any physical one, you can use the [[http://prdownloads.sourceforge.net/reactivision/TUIO_Simulator-1.4.zip?download][TUIO Simulator]])* Installation
Download the source from the repository:
#+begin_src sh
$ git clone git://github.com/automata/chuck-tuio.git
#+end_src* Using
Load *tuio.ck* at /ChucK/ first and then *tuio-test.ck*.