Inspired by Simon's work for a Joystick class for pyglet, and because I wanted a Python interface to the XBox 360 controller, I wrote a library to do just that.
It's modeled with a very similar interface to the class provided in this thread (http://groups.google.com/group/pyglet-users/browse_thread/ thread/4478ff03890ee9f4). This module follows the pyglet philosophy of no external dependencies (only ctypes). Because it uses the Microsoft XInput DLL, I suspect it will only work with Windows. It's only been modestly tested on a couple of platforms. I'm sharing it here in the hopes it can be included with the pyglet library. I intend to later add vibration feedback, but first I'm focused on integrating the existing functionality with my product. I intend to attach the file to this Google Groups forum. If that fails, I will follow up with a link to another resource. Please let me know if there is anything more I can/should do to facilitate the inclusion of this with pyglet. Regards, Jason R. Coombs --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
