userAlexcancel
branchsbox/controller-hapticscancel

11 Commits over 31 Days - 0.01cph!

14 Days Ago
Haptic effect support for VR
14 Days Ago
Squash history, update for SDL Docs, cleanup Apply LengthScale Update haptics per-controller Scoped haptics support Vibrations -> Haptics, wrap patterns inside an event to simplify API e.g. ```cs Input.TriggerHaptics( HapticEffect.HardImpact ); ``` Docs update
23 Days Ago
Update haptics per-controller Scoped haptics support
23 Days Ago
Docs, cleanup Apply LengthScale
23 Days Ago
Squash history, update for SDL
52 Days Ago
Initial Improve API, add targets (left/right motor, left/right trigger) Motor frequency emulation Remove unused PWM fixes Better & simpler motor control Impulse trigger preview Haptic editor - Play -> Preview Approach this differently: let's just do a bunch of preset patterns and allow them to be scaled Remove stuff that we're not using now More patterns (though defining these in code feels silly) Apply scales, clean up More patterns Stomp active patterns when using raw access API Docs, allow length scaling
52 Days Ago
More patterns Stomp active patterns when using raw access API Docs, allow length scaling
56 Days Ago
Approach this differently: let's just do a bunch of preset patterns and allow them to be scaled Remove stuff that we're not using now More patterns (though defining these in code feels silly) Apply scales, clean up
57 Days Ago
Better & simpler motor control Impulse trigger preview Haptic editor - Play -> Preview
57 Days Ago
Motor frequency emulation Remove unused PWM fixes
58 Days Ago
Initial Improve API, add targets (left/right motor, left/right trigger)