Demo templates for creating touch experiments with Nodebox.live using TUIO.
These examples receive the touch signals via web sockets (port 8080).
You can use these examples with TongSeng to prototype multitouch experiments on the trackpad / magic pad of your macbook.
-
Disable multitouch gestures on your mac (Check out the trackpad settings)
-
Download the TongSeng app here.
-
Switch Tongseng to
WEB
mode and pressStart
- Open one of the examples and use your fingers
Forward each touch move event to a dedicated nodebox node.
Create dedicated zones to capture touch event.
Sends a collection of points to nodebox, one for each finger.
Licensed under the GPL license.
The templates are using a custom rolled version of Tuio.js.