Hi OM,
I assume Johnny Lee's code is freely available
But JoonBin's isn't?
From what I have read, JoonBin has made some big enhancements from the original?
I'd like to make and add a few alterations.
If I can't get JoonBin's code... can I get Johnny Lee's code + smoothing code and make something as good as JoonBin's?
(I think I've read on JoonBin's website that he got the smoothing code from somewhere else?)
Johnny's code can be downloaded from
his website.
I don't know about Boon Jin's source code, I can just tell you about the smoothing.
It was first
suggested by one of my users and then implemented as a simple average of the last few position coordinates.
Boon Jin then
adopted that feature for his software.
I've also added an adaptive smoothing method to the latest version of my software. Most users won't notice the difference, but it works much better for slow cursor movements. More details about in the
documentation wiki.
My Java source code, which includes smoothing, is freely available at
my website.
Uwe