This is a simple application to visualize and test SDL2 game controllers.
Both the "Joystick" and "GameController" interfaces are accessible.
In order to build the app, you will need:
-
a C++23 compiler.
-
SDL2
-
freetype2
If you use a release tarball, you can skip step 0.
-
./bootstrapat least once. -
./configureevery time you want to change a build option. -
make -
make run(optional) -
make install(optional)
This is a standard Automake package. Use ./configure --help to see all options
available.
This package has a specialized build setup for Wii U, meant for devkitPro environment. In step 1, do this:
./configure --enable-wiiu --host=powerpc-eabi



