Playground for different analogue stick setups using SDL2's graphics & controller support
Go to file
2023-06-28 07:22:03 +10:00
.github/workflows Update cmake.yml 2023-01-18 23:02:09 +11:00
cmake metal backend functional 2023-06-28 00:28:06 +10:00
src old backend selector 2023-06-28 07:22:03 +10:00
tools metal backend functional 2023-06-28 00:28:06 +10:00
.gitignore ch ch ch ch changes! big ol overhaul: 2022-10-06 18:53:51 +11:00
CMakeLists.txt old backend selector 2023-06-28 07:22:03 +10:00
LICENSE.txt License & Readme 'n stuff 2022-10-06 19:09:03 +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