JKirchartz / Glitchy3bitdither

client-side javascript image glitches
http://jkirchartz.com/Glitchy3bitdither
MIT License
44 stars 9 forks source link

Create Command-Line interface #5

Closed JKirchartz closed 6 years ago

JKirchartz commented 6 years ago

Currently there is no methodology for using Glitchy3bitDither as a stand-alone command line application, being able to call functions (required) and update their parameters (desired) directly from the command line would make it possible to script series of glitches. This would be especially useful in combination with a program like ffmpeg in making glitched videos, etc.

JKirchartz commented 6 years ago

going to use https://github.com/dthree/vorpal to create CLI

JKirchartz commented 6 years ago

I could only figure out how to make "immersive CLI" apps with Vorpal, (which can be found on the gleech-immersive-cli branch ... I'd prefer this to work more like git does on the command line so using commander.js I've implemented that workflow as of Release v0.2.0