Hacker News new | ask | show | jobs
by myfonj 572 days ago
I think it could be neat to leverage ligatures, i.e. preceding glyph could either affect the seed of the next or even make different "cursive" connecting swashes. Words could become pictures with individual "glyphs" blended together.
2 comments

that's such a cool idea, I'll play around with it. right now each symbol is independent of its neighbors (except for the bezier curves piecing them together)
and then as long as we're doing logic on variations, the time between keypresses definitely varies.
And maybe also the press duration; even with preserved auto-repeat, there seems to be quite a variety in typing: getting duration from key-down to key-up between 30 and 120 milliseconds. Naturally we can "squeeze" it up to auto-repeat threshold, which is usually around 500 ms.

What surprised me is how often I have concurrently pressed two or more keys during typing, never occurred to me how frequently key press of the next key happens before the previous key was released. It could also be interesting signal perhaps.)

E: key press duration measurements doodle: https://codepen.io/myf/full/KwPwVWE