mirror of
https://github.com/GayPizzaSpecifications/padlab.git
synced 2025-08-03 21:21:33 +00:00
ed0cfcc895a6c2407c0fff3bf23d7d934e6a1b25
PadLab
Playground for different analogue stick setups written with SDL2 for graphics and controller support.
Building
Requirements:
- C99 compiler
- SDL 3.0.0
- CMake 3.5 or higher
Optional:
- Python 3 (Only when building OpenGL Core profile or Metal backends)
- Fruit device (Only for Metal backend)
Available backends are:
BUILD_OPENGL_LEGACY
OpenGL Compatibility profile 1.1 (default ON)BUILD_OPENGL
OpenGL Core profile 3.3 (WIP)BUILD_METAL
Fruit renderer (WIP, ON by default for APPLE)
For *nix:
cmake -GNinja -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_OPENGL:BOOL=ON
cmake --build build
Description
Playground for different analogue stick setups using SDL2's graphics & controller support
Languages
C
53.9%
Python
19%
Objective-C
15.2%
CMake
9.3%
GLSL
1.7%
Other
0.9%