Andre, There is also touchpy (http://code.google.com/p/touchpy/), which can be used with pyglet. it is also developed by nuigroup members (www.nuigroup.com)
pymt is still in very early development. Another nuigroup member has just helped me fix some bugs and is also interrested in tangiable objects. Extending pymt for full TUIO support shouldn't be too hard. What kind of apps are you developing? Multi touch is really exciting and I think adding the power of python and openGL some really cool things can be done. If you are interrested you are most welcome to help develop pymt. -- Thomas On Nov 5, 12:07 pm, Andre Maximo <[EMAIL PROTECTED]> wrote: > Hello, > > I'm using pyglet to develop a multimedia software, but my target > application is on a multi-touch and tangible interface. I first use > the pyTUIO library (http://code.google.com/p/pytuio/) but it don't > have any bindings with pyglet, and I drop it. I move to the pyMT > toolkit (http://code.google.com/p/pymt/) that build up pyglet for > multi-touch interface, invoking events like "on_touch_down" to a > "touch" event on a multi-touch interface. However this pyMT has > several issues, e.g. it doesn't raise event for tangible objects and > sometimes the "touch" actions are lost, and I'm looking for another > library/toolkit who generate event callback, most desired atop pyglet. > > Anyone knows/used/developed a python code for multi-touch and > tangible interfaces, building up pyglet? > > Thanks for the help, > André Maximo. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en -~----------~----~----~----~------~----~------~--~---
