-
If Python want to be a first-class citizen in Tundra, a Python(Qt) script binding tool must be implemented and used for exposing f.ex. all of the MathGeoLib and many Tundra classes to Python.
I would…
-
Per the link/comment below, is `this.curentFrame` misspelled? Same spelling occurs in objectFseq (also linked below).
I couldn't find the declaration of the variable `this.curentFrame`
Thanks!
Andr…
-
When i press the next and previous buttons, all works well, until multiple instances of the transitions run at the same time, overlapping each other and even causing it to be annoying if it was used i…
royjr updated
11 years ago
-
When trying to start two aps in a row, with these tests
```
import unittest
from kivy.app import App
from kivy.clock import Clock
class AppTest(unittest.TestCase):
def test_start_raw_app(self):…
-
Hi,
I've got a compilation error during link stage of psmoveapi static lib :
Linking C shared module _psmove.so
/usr/bin/ld: libpsmoveapi_static.a(psmove.c.o): relocation R_X86_64_32 against `.rod…
-
Hi,
What a great library you've got here! You mention it could be used quite easily in conjunction with TUIO. I'm trying to combine it with the TUIO AS3 lib found at http://bubblebird.at/tuioflash/tu…
-
Running the simple example code (one button demo) gives a Windows Security Alert
I assume this might be due to something called Tuio that tries to listen to a specific port.
I believe that an explic…
-
Hi all,
Possible issue in the scatter widget of extra touches being retained. (I can replicate the issue on 2 different systems, both using the mouse, I can't seem the replicate using TUIO anymore)
…
-
Hi guys,
Let me start with saying that this framework seems to be awesome! I am running Debian (Squeeze, with the backports repository added) and it took less then half an hour to set up everything r…
-
On Linux (Ubuntu 11.10 64 bit),
when you execute a kivy application using os.system, the main application stops the connection to the tuio protocol and the started application uses it now. But under …