We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi,
I'd like to announce Tramontana for Processing.
Tramontana helps to choreograph multi device experiences, transforming any device, running iOS, tvOS, macOS, in a media player and/or sensor.
Getting started:
Download the app for macOS or for iOS/tvOS device (both free);
Install the Tramontana processing library from the Contribution Manager.
Now you can control multiple devices and listen to events generated remotely just from one sketch.
Tramontana t = new Tramontana(this,"192.168.1.10");
t.makeVibrate();
For more check the examples, or check the documentation here.