lua-gestures VS dollar-q

Compare lua-gestures vs dollar-q and see what are their differences.

lua-gestures

A lua port of the JavaScript $1 Unistroke Recognizer (by jmiskovic)

dollar-q

JavaScript Implementation & Demo UI of $Q Super-Quick Recognizer (by wcchoi)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
lua-gestures dollar-q
1 1
17 9
- -
0.0 0.0
about 3 years ago about 5 years ago
Lua JavaScript
GNU General Public License v3.0 or later MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

lua-gestures

Posts with mentions or reviews of lua-gestures. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-05-05.
  • $1 Unistroke Recognizer
    5 projects | news.ycombinator.com | 5 May 2021
    I played around with it last few days and it is quite capable thing for its size and simplicity.

    It is actually cheap enough to run per-frame in real-time, which is a fun way to see it in action and to check how soon it arrives at correct answer.

    Other commenters focused on 'issue' of gestures being directional. This is a great feature as you can fit more gestures into a set with correct recognition. For example you can have space and backspace as lines in different directions. It is also trivial to just add the reversed variants if needed.

    I had bigger problem with the algorithm being rotation-invariant. This means that '7' will easily be recognized as 'L'. Thankfully this is easy to fix.

    The recognizer can quite reliably recognize whole alphabet. I used Palm Graffiti designs as reference for training. One training sample was always enough.

    I checked out other multi-stroke recognizers on that page. They don't seem any more reliable, but all add more complexity. You have to detect when multi-stroke gesture is over which is not trivial. This uni-stroke version works wonderfully because gesture is done as soon as mouse button is released.

    Thank you for this submission! As say in the published article, this is often needed functionality and most of us think it's too complex to be worth it. Turns out the algorithm is quite simple and reliable.

    The Lua fork I worked on is available here: https://github.com/jmiskovic/lua-gestures

dollar-q

Posts with mentions or reviews of dollar-q. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-05-05.

What are some alternatives?

When comparing lua-gestures and dollar-q you can also consider the following projects:

kivy - Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS

swell.sh - Web-based Terminal for Bash designed for mobile with autocomplete suggestion & gesture typing keyboard

dollar-touch - Automatically exported from code.google.com/p/dollar-touch