-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathREADME
24 lines (18 loc) · 1.07 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
ofxTableGestures (formerly OF-TangibleFramework) is an addon of OpenFrameworks to support rich interaction using tabletop and tangible interfaces via the TUIO protocol.
We are changing a lot of code, modernizing and making it more OF-ish. It is incomplete ATM
You will need:
ofxGlobalConfig (https://github.com/chaosct/ofxGlobalConfig)
ofx2DFigures (https://github.com/bestsheep1/ofx2DFigures)
Compilation hint:
64bit builds have problems with old versions of OscPack (inside ofxOsc). This
makes builds not correctly listening for OSC/TUIO messages.
Just update it using the last version to solve these problems.
Warning:
This project is currently under heavy development. The underlying code as well as the specific interfaces of
its different parts may change in the future, leaving your project unable to compile unless you keep
the framework in its original state.
Please read future READMEs and CHANGELOGs for backwards compatibility issues.
Authors:
Carles F. Julià <[email protected]>
Daniel Gallardo <[email protected]>
This project is released under the MIT license.