Fancy2209 / vanilla

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Compiling (Linux)

Vanilla currently requires the following dependencies:

  • Debian/Ubuntu
    # apt install qt6-base-dev qt6-multimedia-dev libavcodec-dev libavutil-dev libavfilter-dev libsdl2-dev libnl-genl-3-dev isc-dhcp-client
    
  • Arch
    # pacman -S qt6 ffmpeg libnl sdl2 dhclient
    

The build process is otherwise normal for a CMake program:

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

About


Languages

Language:C 48.1%Language:C++ 46.2%Language:CMake 3.5%Language:Dockerfile 2.2%