|
25
|
1 |
TUIOjs |
|
|
2 |
====== |
|
|
3 |
|
|
|
4 |
A TUIO gateway for javascript. |
|
|
5 |
|
|
|
6 |
Data flow |
|
|
7 |
--------- |
|
|
8 |
|
|
|
9 |
The data flow can be illustrated more or less like the following. |
|
|
10 |
|
|
|
11 |
Tracker =[tuio]=> gateway => message queue =[stomp/http]=> browser. |
|
|
12 |
|
|
|
13 |
Requirements |
|
|
14 |
------------ |
|
|
15 |
|
|
|
16 |
- [orbited](http://orbited.org/) |
|
|
17 |
- [pytuio](http://code.google.com/p/pytuio/) |
|
|
18 |
- [stompy](http://code.google.com/p/stomppy/) |
|
|
19 |
- [jquery](http://jquery.org) |
|
|
20 |
- a fast browser. Tested with safari 4 on mac os x tiger. |
|
|
21 |
|
|
|
22 |
Screencast |
|
|
23 |
---------- |
|
|
24 |
|
|
|
25 |
<http://www.screencast.com/t/6ACXWUph> |
|
|
26 |
|
|
|
27 |
|