Go to file
Maschell 2ae8142f61 Fix for the Xbox Controller 2017-05-20 19:19:19 +02:00
resources Load settings from config file instead of hardcoded values 2017-03-22 17:34:49 +11:00
src Fix for the Xbox Controller 2017-05-20 19:19:19 +02:00
.classpath Auto saving the config on exiting, changing the to config file 2017-03-22 21:31:20 +01:00
.gitignore Auto saving the config on exiting, changing the to config file 2017-03-22 21:31:20 +01:00
.project Initial commit 2017-01-31 19:12:28 +11:00
README.md Updated Gui, HidManager refactoring, documentation,logs 2017-04-05 20:38:03 +02:00
circle.yml Version bump to 0.4 2017-04-27 19:30:56 +02:00
eclipse_code_convention.xml Added Rumble support (currently XInput only), changed protocol version, code cleanup 2017-04-13 15:32:55 +02:00
pom.xml Version bump to 0.4 2017-04-27 19:30:56 +02:00

README.md

HIDtoVPADNetworkClient

Build Status

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