sheadernanigans/src/2023-06-21.festl_is/Makefile

15 lines
486 B
Makefile

# glslViewer order matters, single-dash options need to be before doubledashes? (at least for -p)
test:
glslViewer main.frag video.mp4 -w 960 -h 540 -p 4242 -e "error_screen,off" --nocursor --fps30
test-gits:
glslViewer main.frag gits.mp4 -w 960 -h 540 -p 4242 -e "error_screen,off" --nocursor --fps30
run-video2:
glslViewer main.frag /dev/video2 -l -w 960 -h 540 -p 4242 -e "error_screen,off" --nocursor --noncurses
run-blackBG-edit:
nvim -c "hi Normal ctermbg=232" main.frag