fredemmott / cpp-remapper

Input device (joysticks, wheels etc) mapping with modern C++ profiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add axis curves

fredemmott opened this issue · comments

Probably two models:

  • simple 'curviness' model: for x between 0 and 1, 100% curviness is a circle of radius 1, 0% curviness is an infinite circle (i.e. a straight line, no curve)
  • custom curves: specify points, use spline interpolation