Skip to content

A HTML5 + Java app to use Wii U Gamepad as a PC drawing tablet

Notifications You must be signed in to change notification settings

BackThrowTheBaguetteBrawler/WiiUTablet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

WiiUTablet

A HTML5 + Java app that allows the Wii U Gamepad to become a PC drawing tablet. The Java part uses http://java-websocket.org implementation of websocket protocol.

To test this project you must change a few things in the source:

  • host variable inside WiiUTablet.js of the HTML5 part, so the IP address points to the PC the Java server runs on
  • static int resX and static int resY variables in Main.java of the Java part, so they correspond to your screen resolution

Because of the way the webpage is written, you must first start the server and then load the page on Wii U. If they lose connection somehow, simply refreshing should reestablish it.

About

A HTML5 + Java app to use Wii U Gamepad as a PC drawing tablet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 73.5%
  • JavaScript 18.6%
  • HTML 7.9%