Skip to content

Latest commit

 

History

History
executable file
·
55 lines (37 loc) · 1.45 KB

README.md

File metadata and controls

executable file
·
55 lines (37 loc) · 1.45 KB

ofxTramontana

Introduction

A prototyping kit for iOS.

Tramonatana is a platform intended as a tool for designers and creatives to use iPhones and iPads as sensors or actuators and create quick prototypes of interactive apps, spaces and objects.

With this openFrameworks plugin you can control from a desktop sketch your phone and you can use it as a sensor or actuator with little effort. You can download the iOS app here.

Getting started

In your header file import "ofxTramonatana.h".

#include "ofxTramontana.h"
....
ofxTramontanaIOS iphone;

To communicate with iPhones or iPads the class you want to instantiate is ofxTramontanaIOS.

To start communicating with your device:

iphone.start("192.168.1.2");

You can find the IP Address to give as argument in the landing view on your Tramontana App:

License

Released under MIT License, check license.md for more info.

Installation

Clone the repo in the openFrameworks/addons/ folder.

Dependencies

ofxLibWebSocket

Compatibility

Tested with OS X and OF 0.9.3