gncnpk / trigger-control

control the dualsense's triggers on linux with a gui!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

trigger control

image

a quick and dirty project that allows you to control the adaptive triggers of the dualsense controller on linux using a gui
currently only works through usb though the controller is detected through bluetooth

now works through bluetooth and usb (thx ds4windows and dualsensectl for crc32.h)

libraries:
libusb
libSDL2
libhidapi
libgl
glew

installing them on arch linux:
sudo pacman -S sdl2 libusb hidapi glew libgl base-devel

How to compile

chmod +x compile.sh && ./compile.sh

run
./trigger-control

based on https://github.com/flok/pydualsense

About

control the dualsense's triggers on linux with a gui!


Languages

Language:C++ 88.8%Language:C 11.1%Language:Makefile 0.0%Language:Shell 0.0%