This repo holds the Unity sources for this demo.
The Unity project receives Tuio messages from the browser. They are handled by TuioWebSocketInput a TouchScript input provider
TuioWebSocketInput is a new touchscript Input provider modeled on TuioInput. This component must imperatively be added to a GameObject called 'TouchScript'. The browser uses this name to pass messages to unity.
TuioWebSocketInput uses Json to deserialize the messages from the browser. In this case we use LitJson.
This is a weekend project. Use with caution : )
MIT, read, hack, improve