Playground for different analogue stick setups using SDL2's graphics & controller support
Go to file
2022-10-06 19:09:03 +11:00
.gitignore ch ch ch ch changes! big ol overhaul: 2022-10-06 18:53:51 +11:00
analogue.c Change project name to padlab 2022-10-06 18:57:58 +11:00
CMakeLists.txt License & Readme 'n stuff 2022-10-06 19:09:03 +11:00
LICENSE.txt License & Readme 'n stuff 2022-10-06 19:09:03 +11:00
maths.c ch ch ch ch changes! big ol overhaul: 2022-10-06 18:53:51 +11:00
maths.h ch ch ch ch changes! big ol overhaul: 2022-10-06 18:53:51 +11:00
README.md License & Readme 'n stuff 2022-10-06 19:09:03 +11:00

PadLab

Playground for different analogue stick setups written with SDL2 for graphics and controller support.

Building

Requirements:

  • C99 compiler
  • SDL 2.x
  • CMake 3.1 or higher

For *nix:

cmake -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo
cmake --build build