vanilla-wiiu / vanilla

GNU General Public License v2.0
374 stars 17 forks source link

Vanilla

This is a work-in-progress software clone of the Wii U gamepad for Linux (including Raspberry Pi and Steam Deck) and Android. No warranty is provided and everything should be considered alpha at best.


Announcement Video

What Wi-Fi adapter should I use?

At a minimum, you will need an adapter that supports 802.11n 5GHz. Newer standards (e.g. 802.11ac) are backwards compatible and should work as long as they can run at 5GHz.

In practice, not all hardware/drivers appear to work at this time. Check the Wireless Compatibility page on the wiki to check if a card is confirmed working or not.

Compiling (Linux)

Note: Qt 6.4 or later is required!

Vanilla currently requires the following dependencies:

The build process is otherwise normal for a CMake program:

git clone --recursive https://github.com/vanilla-wiiu/vanilla.git
cd vanilla
mkdir build && cd build
cmake ..
cmake --build .

Optionally, to install the program:

sudo cmake --install .