Utilisation manette en processing

Bonjour,

Je cherche a utilisé une manette (Gamecube dans mon cas) pour faire bouger un personnage dans un jeu.

J’ai essayé de détecter les boutons de la manette avec la sous fonction keyCode, pensant que les boutons réagiraient comme avec mon clavier mais rien ne se passe.

J’ai cherché sur internet et regardé les librairies mais je n’ai rien trouvé qui puisse répondre a mon problème.

Si quelqu’un peut m’aider se serait cool.

Merci

2 Likes

Anglais s‘il vous plait

1 Like

I’m looking to use a controller (Gamecube in my case) to move a character in a game.

I tried to detect the buttons on the controller with the keyCode function, thinking that the buttons would react as with my keyboard but nothing happens.

I searched the internet and looked at the bookstores but I couldn’t find anything that could answer my problem.

If anyone can help me it would be cool.

Thank you

Bonjour,

My French is rusty so will respond in English.

It may not be plug and play.

You may have to build an interface and translate to something you can use to communicate with Processing such as serial data.


https://processing.org/reference/libraries/serial/index.html

:slight_smile:

1 Like

Une option consiste à utiliser un pilote ou une application tierce pour mapper les touches du contrôleur GameCube aux touches du clavier. Ensuite, votre esquisse de traitement répondra comme s’il s’agissait d’un clavier normal.

Une autre option consiste à essayer une bibliothèque telle que GameControlPlus. Cependant, je ne sais pas si cela fonctionnera avec les contrôleurs GameCube.

http://lagers.org.uk/gamecontrol/