-
```
What steps will reproduce the problem?
1. python example1.py
What is the expected output? What do you see instead?
Traceback (most recent call last):
File "example1.py", line 2, in
trac…
-
hey,
currently the project's structure isn't very best-practicey for the node world ;-)
- dependencies/devDependencies should be specified in `package.json`
- readme is missing from npm package
- shri…
-
Hi, my use case is I use TUIO Input with a sensor.
I noticed that when the number of pointers keep increasing, sometimes the pointers will just clump up and never gets removed/released (even if no …
-
I'm using this function for accessing Object Pointer values:
```
TouchManager.Instance.PointersPressed += (sender, args) => {
foreach (var pointer in args.Pointers)
…
-
I have been trying to run TuioDemo in Windows 10, but as soon as it starts, I get a "Debug Assertion Failed"
I have been able to run TuioDemo in Windows XP, Windows 7 and I believe I was able to ru…
-
Create nodes than can insert InputEvents into the Inputmanager(s). Generated Inputevents from the patch can be quite handy when one wants to insert exotic devices (e.g. tuio) into the system or for te…
-
I'm using SMT in eclipse with all the processing libraries included. In my PApplet setup method i'm getting a NullPointerException when i try to initialize the SMT.
public void setup() {
siz…
-
Η [reacTIVision](http://reactivision.sourceforge.net/#files) είναι μια εργαλειοθήκη - βιβλιοθήκη μέσω της οποίας μπορούμε να φτιάξουμε μεγάλες επιτραπέζιες συνήθως επιφάνειες συνεργασίας, οι οποίες εκ…
-
-
Is it possible to customize the TUIO port please?
In this way, multiple different sessions can be allowed.
Thanks