front_idill/extern/fajran-tuiojs/README.md
author bastiena
Fri, 06 Apr 2012 18:32:13 +0200
changeset 25 a7b0e40bcab0
permissions -rw-r--r--
Front IDILL : Basic JS TUIO lib loaded
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
25
a7b0e40bcab0 Front IDILL :
bastiena
parents:
diff changeset
     1
TUIOjs
a7b0e40bcab0 Front IDILL :
bastiena
parents:
diff changeset
     2
======
a7b0e40bcab0 Front IDILL :
bastiena
parents:
diff changeset
     3
a7b0e40bcab0 Front IDILL :
bastiena
parents:
diff changeset
     4
Javascript TUIO client library.
a7b0e40bcab0 Front IDILL :
bastiena
parents:
diff changeset
     5
a7b0e40bcab0 Front IDILL :
bastiena
parents:
diff changeset
     6
This library uses a connector to receive the TUIO data. Currently,
a7b0e40bcab0 Front IDILL :
bastiena
parents:
diff changeset
     7
there are two connectors available:
a7b0e40bcab0 Front IDILL :
bastiena
parents:
diff changeset
     8
a7b0e40bcab0 Front IDILL :
bastiena
parents:
diff changeset
     9
* [npTuioClient](http://github.com/fajran/npTuioClient) based
a7b0e40bcab0 Front IDILL :
bastiena
parents:
diff changeset
    10
  connector. Check it's project page to see how it works.
a7b0e40bcab0 Front IDILL :
bastiena
parents:
diff changeset
    11
a7b0e40bcab0 Front IDILL :
bastiena
parents:
diff changeset
    12
* Stomp based connector. This connector uses XHR to get events from a
a7b0e40bcab0 Front IDILL :
bastiena
parents:
diff changeset
    13
  [Stomp](http://stomp.codehaus.org/) server.
a7b0e40bcab0 Front IDILL :
bastiena
parents:
diff changeset
    14
a7b0e40bcab0 Front IDILL :
bastiena
parents:
diff changeset
    15