Amrith

Riverflow - Control your Mac with custom, two-finger gestures

by

Add a comment

Replies

Best
Mathew Huusko V
Very similar to https://github.com/mhuusko5/Gestr. Even cleaner though, simpler. Excellent! What do you use for the gesture matching/detection?
くえび
@mhuusko5 Thanks. Oh, I didn't know the Gestr. I should check it. In the gesture detection, I just check the movement amount and the direction. For example, when the finger moves down for enough amount, it is recognized as "Down". And when the "Right" is recognized after "Down", they are recognized as the L-shaped gesture. For the circle gesture, it checks the direction and the interior angle.
Mathew Huusko V
@questbeat Cool! https://depts.washington.edu/aim... is worth looking into if you feel like supporting more complex gestures where direction composites won't quite cut it..
Matthew Trinneer
Love the idea. Unfortunately crashes on startup. Probably something I did (always is...)