sixaxis.py reads PS3 controller inputs from a Linux device file. This makes it inherently Linux-only. I think PyGame and SDL are both cross-platform and provide joystick access, so perhaps they could be used instead?
PyGame looks good. http://www.pygame.org/docs/ref/joystick.html
Log in to post a comment.
PyGame looks good.
http://www.pygame.org/docs/ref/joystick.html