HIDtoVPADNetworkClient/README.md
Maschell 857c5d397d Updated Gui, HidManager refactoring, documentation,logs
- 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
2017-04-05 20:38:03 +02:00

20 lines
1.2 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](http://gbatemp.net/threads/hid-to-vpad-network-client.466150/)
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
hid4java - https://github.com/gary-rowe/hid4java
JXInput - https://github.com/StrikerX3/JXInput