vote up 2 vote down star
1

I'm trying to write a game with support for Joypads as well as mouse/keyboard. I've tried finding information about that, but it's either outdated or not portable enough.

Does anybody know of any good, lightweight libraries that can abstract Joypad reading? I want to use the 360 controller, but I would like support for more than that.

I'm primarily going to be writing on Windows, but I really don't want to use DirectInput/XInput, in case I ever wish to port my code.

flag

3 Answers

vote up 3 vote down

Have you ever tryied OIS (Object Oriented Input System)? An efficient and light weight library. I am very satisfied with it.

I have never tried with the 360 controller, but it should work fine.

link|flag
What's the license on this? – Andrei Krotkov May 12 at 23:40
zlib/libpng License. You are free to use this library in any way you like. – Khalid May 14 at 14:15
vote up 0 vote down check

I wanted to accept the answer given, but unfortunately it's not exactly correct.

Allegro is a great library that I found after that post.

GarageGames and XNA, however, were exactly the types of libraries that I wanted to avoid.

link|flag
vote up 0 vote down

Have you looked at XNA game framework? There is also

Allero http://www.talula.demon.co.uk/allegro/

GarageGames http://www.garagegames.com/

Try that out

link|flag
XNA is .NET based - that's definitely NOT lightweight, nor cross-platform. Garage-games seems to be a full library, not quite what I'm looking for. Allegro, on the other hand, looks really interesting. I'll check it out. – Andrei Krotkov May 1 at 18:39

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.