Skip to content

Dotnet library wrapper for gamepad vibration

License

Notifications You must be signed in to change notification settings

vertigra/JoyRumble.NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JoyRumble.NET

ARM64 Debug Build

Install xpad driver in Linux (raspberrypi)

$ sudo apt-get install raspberrypi-kernel-headers
$ sudo apt-get install dkms 
$ sudo git clone https://github.com/paroj/xpad.git /usr/src/xpad-0.4
$ sudo dkms install -m xpad -v 0.4

Build

Linux (ARM64)

$ git clone https://github.com/vertigra/JoyRumble.NET.git
$ chmod +x JoyRumble.NET/src/BuildLinuxDebug.sh
$ bash JoyRumble.NET/src/BuildLinuxDebug.sh

You will find the results of the build in the directory JoyRumble.NET/src/bin/LinuxDebug

Windows (Visual Studio 2022)

To compile a project in Visual Studio 2022, you need to configure C++ Remote Debugging with any Linux device on the ARM64 platform. After that, build the project using VisualStudioDebug or VisualStudioRelease configurations and the ARM64 platform.

You will find the results of the build in the directory JoyRumble.NET/src/bin/LinuxDebug

The resulting program cannot be used on the Windows platform, but it can be used on the Linux (ARM64) platform

About

Dotnet library wrapper for gamepad vibration

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published