kaesve / declarative-gestures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Declarative gestures

This project is inspired by a paper Proton: Multitouch Gestures as Regular Expressions. The paper describes a system to write multi-touch gestures by recognizing patterns in a stream of touch inputs with a regular expression like syntax. In this project I aim to implement a similar system for browsers, in javascript.

About


Languages

Language:JavaScript 79.5%Language:HTML 20.5%