Tramontana for Processing - a platform for interactive spaces

Hi, I'd like to announce Tramontana for Processing.

topshelf

Tramontana helps to choreograph multi device experiences, transforming any device, running iOS, tvOS, macOS, in a media player and/or sensor.

Getting started:

  1. Download the app for macOS or for iOS/tvOS device (both free);

  2. Install the Tramontana processing library from the Contribution Manager.

  3. 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.

Sign In or Register to comment.