/SpringInterpolator

SpringInterpolator is a plugin for OTD that interpolates your pointer based on a spring physics system

Primary LanguageC#GNU General Public License v3.0GPL-3.0

SpringInterpolator Plugin for OpenTabletDriver

Interpolates your pointer based on a spring physics system.

Explanation of the Values:


Acceleration: Controls the acceleration of the motion of the spring towards the target (Higher -> Faster) (Default 0.9).

Dampening: Dampening controls what the motion of the spring is multiplied by each physics tick (Higher -> Less dampening) (Default: 0.3).

Speed: This value controls the speed at which the spring simulation runs (Higher -> More "sluggish") (Default: 40.0)


Example Settings:

These settings accelerate at 0.9/tick, dampen the value x0.3/tick, and run at 1 tick / 40ms