With the coming of devices like Samsung Notes, with a pressure sensitive pen (and with supposedly ink like experience), I was thinking it might be possible to use mobile devices as a signature pad. Can someone help me if there exist some open libraries (preferably java) / standard approaches for how to visualize data collected by a pen (xy coordinates, pressure, speed etc.) into an image?
What I mean is, that simply displaying the xy coordiantes won't look good enough. There should be at least some curve smoothing maybe other things to make it look as close to handwritten text as possible. And if there exist some standard ways for how to deal with that, I would like to avoid reinventing the wheel. Note that I am not concerned about OCR or any form of handwritten text recognition, just visualization.