No description
- C 99.8%
- Shell 0.2%
| koishi | ||
| autoinput.c | ||
| autoinput.h | ||
| build.sh | ||
| graphics.c | ||
| graphics.h | ||
| input.c | ||
| input.h | ||
| main.c | ||
| player.c | ||
| player.h | ||
| README.md | ||
| term.c | ||
| term.h | ||
| util.c | ||
| util.h | ||
supported os: linux (with framebuffer enabled (default))
user needs groups video and input
compile
gcc *.c -o ttyrender
configure input:
absolute (trackpad/tablet)
!! this is for absolute inputs. for it, go to the edges of the device for calibration then click ctrl-c !!
./ttyrender configinput /dev/input/event[number] >> input.conf
relative
!! seperated by tabs !!
echo "/dev/input/event[number] [multx] [multy] 0 0"
keyboard
!! seperated by tabs !!
echo "/dev/input/event[number] 0 0 0 0"
run:
!! there needs to be an input.conf for this !!
!! this needs to be run in a terminal !!
./ttyrender player 15 koishi/*