vibtify
vibtify is a Rust crate for low-latency gamepad interaction – both receiving input data (buttons, axes, triggers) and controlling output features such as vibration (rumble) and LEDs. It provides a clean, cross-platform API for working with gamepads in games.
Supported Gamepads
- Dualshock4
Example
let gamepad = &get_gamepads.unwrap;
loop