asarasua / ofxGestureAgents

openFrameworks providing GestureAgents library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ofxGestureAgents

(c) 2015 Carles F. Julià carles.fernandez@upf.edu

Introduction

This addon tries to bridge openFrameworks and GestureAgents. GestureAgents is a framework for gesture recognition focused on some specific problems such as:

  • Concurrent multi-tasking
  • Multi-user interaction
  • Gesture Composition

TL;DR GestureAgents provides the infrastructure to code gesture recognizers that automatically allow concurrent recognition while avoiding double interpretation of events.

For a more detailed description of GestureAgents see:

Julià Carles F, Earnshaw Nicolas, Jorda Sergi (2013) GestureAgents: an agent-based framework for concurrent multi-task multi-user interaction. Proc. 7th Int. Conf. Tangible, Embed. Embodied Interact. Barcelona, Spain. pp. 207–214.

Julià Carles F, Jordà Sergi (2015) Towards Concurrent Multi-Tasking in Shareable Interfaces (in press). J. Comput. Support. Collab. Work 25

Chapter 5 of Julià Carles F (2015) Making Tabletops Useful with Applications, Frameworks and Multi-Tasking. Department of Information and Communication Technologies, pp. 210.

GestureAgents repository

Current status

This is still VERY WORK IN PROGRESS, use at your own risk ;)

Addon Dependencies

This addon needs ofxPython, as GestureAgents is based on Python.

License

See LICENSE file, but it's MIT.

About

openFrameworks providing GestureAgents library

License:Other


Languages

Language:Python 97.9%Language:C++ 2.0%Language:Makefile 0.1%