mirror of
https://github.com/Maschell/HIDtoVPADNetworkClient.git
synced 2024-11-14 19:05:05 +01:00
2eaab5a211
Adding an abstract HID-Layer to be able to use different HID-Implementations + various other fixes. "With this extra abstraction we can use two different HID-APIs. Currently we use purejavahidapi for Windows (supports more devices) and hid4java for OSX and Unix (hopefully better support). This will also enable the auto scanning for OSX and change some Debug messages. HIDTest should now also run (a bit better)." |
||
---|---|---|
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
JXInput - https://github.com/StrikerX3/JXInput