| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | inline lerp | a1xd | 2021-09-23 | 1 | -0/+10 |
| | | |||||
| * | change lookup impl to use binary search | a1xd | 2021-09-23 | 1 | -142/+42 |
| | | | | | less data, less code, and latency is good at 8, 128, and 1024 points | ||||
| * | refactor vec2/math | a1xd | 2021-09-23 | 1 | -2/+0 |
| | | |||||
| * | add per-device configuration | a1xd | 2021-09-23 | 1 | -126/+13 |
| | | | | | | | | | | | | adds input and [in, out] cap for classic mode adds input cap for power mode change wrapper/input, now gets useful device names change (now dev specific) dpi to adjust sensitivity change y sensitivity to y/x ratio remove spaced LUTs grapher and convert do not build | ||||
| * | ensure normal return values from accel | a1xd | 2021-04-14 | 1 | -7/+4 |
| | | |||||
| * | fix arbitrary output starting from 0 in sens mode | a1xd | 2021-04-14 | 1 | -1/+1 |
| | | |||||
| * | move arbitrary input into settings | a1xd | 2021-04-13 | 1 | -14/+21 |
| | | | | | separate arbitrary mode from spaced modes, arbitrary now deserializes from default settings file | ||||
| * | additional fixes | Jacob Palecki | 2021-04-09 | 1 | -2/+2 |
| | | |||||
| * | Mostly working now | Jacob Palecki | 2021-04-09 | 1 | -5/+6 |
| | | |||||
| * | Some more small additions and fixes | Jacob Palecki | 2021-04-09 | 1 | -5/+10 |
| | | |||||
| * | Fixed some bugs | Jacob Palecki | 2021-04-09 | 1 | -7/+11 |
| | | |||||
| * | merge and improve | Jacob Palecki | 2021-04-08 | 1 | -48/+65 |
| |\ | |||||
| | * | make it safe | a1xd | 2021-04-08 | 1 | -21/+28 |
| | | | |||||
| | * | make sizeof arbitrary close to others | a1xd | 2021-04-08 | 1 | -22/+35 |
| | | | | | | | | | refactor constructor/fix conversions | ||||
| | * | fix conversions in arbitrary constructor | a1xd | 2021-04-08 | 1 | -3/+3 |
| | | | |||||
| * | | Progress in arbitrary | Jacob Palecki | 2021-04-08 | 1 | -7/+8 |
| |/ | |||||
| * | Fix return bug | Jacob Palecki | 2021-04-08 | 1 | -0/+2 |
| | | |||||
| * | add constructor and improvements | Jacob Palecki | 2021-04-07 | 1 | -4/+21 |
| | | |||||
| * | remove const from uneeded class | Jacob Palecki | 2021-04-07 | 1 | -1/+1 |
| | | |||||
| * | Add arbitrary lut struct | Jacob Palecki | 2021-04-07 | 1 | -0/+103 |
| | | |||||
| * | refactor lut/motivity | a1xd | 2021-03-30 | 1 | -0/+152 |