Playground for different analogue stick setups using SDL2's graphics & controller support
Go to file
2023-01-19 02:18:33 +11:00
.github/workflows Update cmake.yml 2023-01-18 23:02:09 +11:00
cmake Implement functional OpenGL 3.3 renderer 2023-01-19 02:18:33 +11:00
src Tweak geo shader values 2023-01-19 02:18:33 +11:00
tools Implement functional OpenGL 3.3 renderer 2023-01-19 02:18:33 +11:00
.gitignore ch ch ch ch changes! big ol overhaul: 2022-10-06 18:53:51 +11:00
CMakeLists.txt Core profile renderer skeleton 2023-01-19 02:18:24 +11: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