Gamepad Control for Processing + Android to Control Arduino Robot
- by Iker
I would like to create a Multitouch Gamepad control for Processing and use it to control a remote Arduino Robot.
I would like to make the GUI on Processing and compile it for Android.
Here is the GUI Gamepad for Processing I have created so far:
float easing = 0.09;
// start position
int posX = 50;
int posY = 200;
// target position
int…