glitch art scripting language
Go to file
Luna c128960451 add rotate command to docs 2019-07-22 22:27:00 -03:00
doc add rotate command to docs 2019-07-22 22:27:00 -03:00
examples add proper arguments to rotate cmd 2019-07-22 22:22:01 -03:00
src add proper arguments to rotate cmd 2019-07-22 22:22:01 -03:00
.gitignore lv2apply port to zig, episode 1 2019-07-07 02:26:05 -03:00
LICENSE remove oldMain, add LICENSE 2019-07-10 12:10:09 -03:00
README.md update README 2019-07-22 21:50:49 -03:00
build.zig move to graphicsmagick 2019-07-22 21:50:11 -03:00

README.md

scritcher

glitch art "framework", ???????? language??? something?

example of the amp command

example of the rflanger command

how do?

build depedencies:

  • zig at https://ziglang.org
  • libc, lilv and libsndfile
  • an appreciation for glitched anime girls on your hard drive
  • graphicsmagick for the rotate command

plugin depedencies:

# build and install
# assumes lilv headers are at /usr/include/lilv-0, check build.zig if different
git clone https://gitdab.com/luna/scritcher.git
cd scritcher

zig build install --prefix ~/.local/

# on your input image file
convert blah.jpg blah.bmp

scritcher examples/middle_amp.scri blah.bmp

// scritcher saves it on an incremental basis, so the first run will save to
// blah_g1.bmp, the second saves to blah_g2.bmp, etc.
$your_image_viewer blah_g1.bmp