30 lines
1.0 KiB
Markdown
30 lines
1.0 KiB
Markdown
|
|
# gamo
|
||
|
|
|
||
|
|
local gamepad tester
|
||
|
|
|
||
|
|
original TUI app here: [https://git.pixelatedw.xyz/wynd/gamo](https://git.pixelatedw.xyz/wynd/gamo)
|
||
|
|
|
||
|
|
## why ?
|
||
|
|
|
||
|
|
there's nothing particularly fancy about this and it does what it says, allows the user to test their gamepad
|
||
|
|
|
||
|
|
made with godot because I couldn't be bothered with any GUI toolkits out there
|
||
|
|
it uses a custom exporting template to cut down its size by more than half
|
||
|
|
|
||
|
|
compared with the original TUI version it is huge coming at around 32MB (about 17 times more) and it consumes about 26 times more RAM (~130MB)
|
||
|
|
however it comes with a bunch of benefits such as a much nicer layout, button images, transparency and an overall (very subjecitve) nicer UX/DX
|
||
|
|
|
||
|
|
## controls
|
||
|
|
|
||
|
|
- `v` to start a rumble test (weak default)
|
||
|
|
- `shift` toggle between rumble modes (weak/strong)
|
||
|
|
|
||
|
|
## config
|
||
|
|
|
||
|
|
this app comes with a config found in:
|
||
|
|
- Linux: `~/.local/share/gamo/config.cfg`
|
||
|
|
|
||
|
|
## credits
|
||
|
|
|
||
|
|
icons are from kenney's input prompt collection: [https://www.kenney.nl/assets/input-prompts](https://www.kenney.nl/assets/input-prompts)
|