We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I'm a complete newbie to processing so please forgive me if I'm missing something really obvious here.
I have a set of gaze tracking glasses which using an SDK in C++. It gives x and y data to where you are looking. I'm wondering how I could use that data to navigate a computer screen. Basic controls like zooming or scrolling and how to integrate the C++ programme into processing
Answers
You need to do a JNI or JNA wrapper around your native library. Not something for the Java beginner, I fear...