this plugin is intended for use with the OpenTabletDriver software
The key to smooth natural and dynamic animation is to act in a way that the user expects. Using a spring like physics system is a great way to make the user be able to predict as to where the cursor will be in tablet applications. The application of the damped harmonic oscillator which for brevity's sake will be dubbed spring in this project is responsible for the interpolation in this plugin.
Stiffness: Controls how stiff the feeling is for the cursor to catch up to the pen (Lower -> Stiffer) (Default 1.5)
Damping: Damping controls how much "friction" there is (Higher -> More friction) (Default: 3.0)
StepSize: Controls how fast the spring simulation is run (Higher -> Slower) (Default: 40.0)