mirror of
https://github.com/Maschell/HIDtoVPADNetworkClient.git
synced 2024-11-14 19:05:05 +01:00
857c5d397d
- Improved the GUI a bit - Changed HidManagerBackend to be an interface instead of an abstract class. The methods were moved to HidManager - simple documentation of the HidDevice interface (realls need more polishing though, very basic atm) - added logging for the current platform and backend being used |
||
---|---|---|
resources | ||
src | ||
.classpath | ||
.gitignore | ||
.project | ||
circle.yml | ||
eclipse_code_convention.xml | ||
pom.xml | ||
README.md |
HIDtoVPADNetworkClient
Current Stable Release | Nightly builds | Issue Tracker | Support Thread
A Java application to send data from various controllers to HID to VPAD; a homebrew application for the Wii U.
Using this client, you can use unsuported devices such as XInput and Bluetooth controllers with HID to VPAD!
Please check the releases page for the latest feature list.
Configuration files for HID to VPAD can be found here.
Used Libraries
Lombok - https://projectlombok.org/index.html
purejavahidapi - https://github.com/nyholku/purejavahidapi
hid4java - https://github.com/gary-rowe/hid4java
JXInput - https://github.com/StrikerX3/JXInput