mirror of
https://github.com/Maschell/HIDtoVPADNetworkClient.git
synced 2024-11-14 19:05:05 +01:00
19 lines
1.1 KiB
Markdown
19 lines
1.1 KiB
Markdown
|
|
# HIDtoVPADNetworkClient
|
|
[![Build Status](https://circleci.com/gh/QuarkTheAwesome/HIDtoVPADNetworkClient.svg?style=shield&circle-token=:circle-token)](https://circleci.com/gh/QuarkTheAwesome/HIDtoVPADNetworkClient)
|
|
---
|
|
[Current Stable Release](https://github.com/QuarkTheAwesome/HIDtoVPADNetworkClient/releases/latest) | [Nightly builds](https://github.com/QuarkTheAwesome/HIDtoVPADNetworkClient/releases) | [Issue Tracker](https://github.com/QuarkTheAwesome/HIDtoVPADNetworkClient/issues) | [Support Thread](https://gbatemp.net/threads/hid-to-vpad.424127/)
|
|
|
|
A Java application to send data from various controllers to [HID to VPAD](https://github.com/Maschell/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](https://github.com/Maschell/controller_patcher_configs).
|
|
|
|
## Used Libraries
|
|
Lombok - https://projectlombok.org/index.html
|
|
purejavahidapi - https://github.com/nyholku/purejavahidapi
|
|
JXInput - https://github.com/StrikerX3/JXInput
|