Hi all, I wrote a program that transmits touch data from the iPhone to Processing through a socket connection. You can connect multiple phones to the Processing app. It works very well - there appears to be no lag between the phone and the PC if both are connected to the same router. The client and server code are here:
Hi, I have an application that works in Processing, but not after it's been exported. I'm exporting it as an application, NOT as an applet. Is there a way to launch the app from the console so I can see debug information? I'm on OSX.