2019-06-06 20:05:59 +00:00
|
|
|
scritcher
|
|
|
|
====
|
|
|
|
|
2019-07-09 21:46:27 +00:00
|
|
|
glitch art "framework", ???????? language??? something?
|
2019-07-07 19:17:57 +00:00
|
|
|
|
|
|
|
# how do?
|
|
|
|
|
2019-07-09 21:46:27 +00:00
|
|
|
currently it can't do much other than running the eg-amp default lv2 plugin.
|
2019-07-07 19:17:57 +00:00
|
|
|
|
2019-07-09 21:46:27 +00:00
|
|
|
depedencies:
|
2019-07-07 19:17:57 +00:00
|
|
|
- zig at https://ziglang.org
|
|
|
|
- libc, lilv and libsndfile
|
|
|
|
- an appreciation for glitched anime girls on your hard drive
|
|
|
|
- optional: imagemagick to convert from whatever to bmp
|
|
|
|
|
2019-07-08 03:26:37 +00:00
|
|
|
```bash
|
2019-07-07 19:17:57 +00:00
|
|
|
# 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
|
2019-07-08 03:25:55 +00:00
|
|
|
|
2019-07-07 19:17:57 +00:00
|
|
|
zig build install --prefix ~/.local/
|
|
|
|
|
|
|
|
# on your input image file
|
|
|
|
convert blah.jpg blah.bmp
|
|
|
|
|
2019-07-10 15:02:16 +00:00
|
|
|
scritcher examples/middle_amp.scri blah.bmp
|
2019-07-07 19:17:57 +00:00
|
|
|
|
2019-07-10 15:02:16 +00:00
|
|
|
// 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
|
2019-07-07 19:17:57 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
## todo
|
|
|
|
|
|
|
|
- search other plugins
|
|
|
|
- conquer the world for glitchy anime girls
|