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 -~----------~----~----~----~------~----~------~--~---
