Skip to content

dkosmari/SDL2-Game-Controller-Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SDL2 Game Controller Test

This is a simple application to visualize and test SDL2 game controllers.

Both the "Joystick" and "GameController" interfaces are accessible.

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4

Compiling from sources

Dependencies

In order to build the app, you will need:

  • a C++23 compiler.

  • SDL2

  • freetype2

Build steps

If you use a release tarball, you can skip step 0.

  1. ./bootstrap at least once.

  2. ./configure every time you want to change a build option.

  3. make

  4. make run (optional)

  5. 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:

  1. ./configure --enable-wiiu --host=powerpc-eabi