clutter Gesture
作者: 刘鹏
日期: 2009-07-14
本文介绍了 Clutter Gesture, 一个手势识别框架,支持点击、滑动、多点触摸等。

Introduction

Clutter gesture implement a gesture-recognition framework on top of Clutter, which has multi-point input events as input, then after matching a pre-defined gesture, emit the gestue events to applications. The current released version support 4 single-touch gestures: slide up, slide down, slide left and slide down.

Related resource

We developed a clutter-gesture library on top of Clutter, which is aimed to make develop gesture-aware Clutter application easier.

Currently we host this project at:

http://moblin.org/projects/clutter-gesture

You may find the source code at:

http://git.moblin.org/cgit.cgi/clutter-gesture.

A demo video is at:

http://moblin.org/sites/all/files/eom_gesture_action-xvid.zip.

The support for mulit-touch gestures (e.g. pinch, rotate, slide) will come soon. The source code of sample application will be published soon. Your questions/comments/suggestions are welcome.

来源: Clutter 邮件列表 clutter@o-hand.com