Thank you, Thomas! In fact I'm a friend of the guy you mentioned, Felipe, and he explained the bug to me and I fixed it in my PyMT. So, back on track! :)
We are both, I and Felipe, working on a workshop of multimedias using a multi-touch and tangible surface. My project is a music organizer, while Felipe's is an improved table bar. :) When we finish, we'll probably have a demo video to show. Best regards, André. On Nov 11, 7:15 am, Thomas Hansen <[EMAIL PROTECTED]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---
