Show HN: Launch apps and bookmarks on your Mac with multitouch trackpad drawingsvimeo.com 1 pointmhuusko512 years ago2 commentsSaveHideCopy link On HNComments−hbarca12yVery cool, how are you able to get the information necessary to load the apps with this level of accuracy?−mhuusko5OP12yGestures/drawings are matched to app/bookmarks using a finely tuned multi-stroke gesture recognition library I wrote (https://github.com/mhuusko5/Cocoa-Multistroke-Gesture-Recogn...). This uses a tweaked implementation of the $N (golden section search variant) recognition algorithm (https://depts.washington.edu/aimgroup/proj/dollar/ndollar.ht...).
Comments
Very cool, how are you able to get the information necessary to load the apps with this level of accuracy?
Gestures/drawings are matched to app/bookmarks using a finely tuned multi-stroke gesture recognition library I wrote (https://github.com/mhuusko5/Cocoa-Multistroke-Gesture-Recogn...). This uses a tweaked implementation of the $N (golden section search variant) recognition algorithm (https://depts.washington.edu/aimgroup/proj/dollar/ndollar.ht...).