Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/interactivescapegmbh/tuio_client_js
A client implementation of the TUIO 1.1. and TUIO 2.0 protocoll in java script.
https://github.com/interactivescapegmbh/tuio_client_js
Last synced: 8 days ago
JSON representation
A client implementation of the TUIO 1.1. and TUIO 2.0 protocoll in java script.
- Host: GitHub
- URL: https://github.com/interactivescapegmbh/tuio_client_js
- Owner: InteractiveScapeGmbH
- License: mit
- Created: 2023-10-04T09:40:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-21T16:52:12.000Z (about 2 months ago)
- Last Synced: 2024-11-21T17:40:49.231Z (about 2 months ago)
- Language: JavaScript
- Size: 38.1 KB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tuio Client js
This is a [TUIO](http://tuio.org/) JavaScript client aimed at running in the browser using WebSockets for TUIO trackers that provide WebSocket access.
It is build upon the osc library [osc.js](https://github.com/colinbdclark/osc.js).
# Usage
See the examples in the `examples` folder.# Development
Our [TUIO 1.1 Simulator fork](https://github.com/paul-peters/TUIO11_Simulator) contains an [executable jar](https://github.com/paul-peters/TUIO11_Simulator/tree/master/release/TUIO_Simulator_WS) to simulate a tuio websocket on `localhost`.