PiterWeb / RemoteController

✨ Steam Remote Play 🎮 Alternative powered by P2P 🌐 and the Web
https://remote-controller.vercel.app/
GNU General Public License v3.0
43 stars 5 forks source link

Linux Support #9

Open PiterWeb opened 7 months ago

PiterWeb commented 7 months ago

Right now I am looking for support Linux gamepad emulation but it may be difficult as i don't use linux in my dev enviroment

PiterWeb commented 6 months ago

Right now i have invesigated how to achieve this an the answer i've found that the easiest way is using an Uinput wrapper (https://github.com/bendahl/uinput), the docs of github doesn't include how to use the gamepad api but in the code docs, yes (https://pkg.go.dev/github.com/bendahl/uinput#Gamepad)