updated README

This commit is contained in:
Jared Bruni
2023-08-18 14:20:54 -07:00
parent db337e3974
commit fd39fc9956
+15 -2
View File
@@ -9,8 +9,21 @@ This is an application that allows you to generate interesting base images to us
How it works:
Supply a example image or video file, start an animation press Save or the s key to save a snapshot
use the arrow keys or the GUI to move through the supplied distortion filters.
use the arrow keys, s to save, d to stop/start, e to step or the GUI to move through the supplied distortion filters.
Required libraries:
OpenCV 4, http://github.com/lostjared/libacidcam - libacidcam, Qt6
To compile download and install libacidcam
git clone https://github.com/lostjared/libacidcam.git
cd libacidcam
mkdir build && cd build
cmake ../
make -j8 && sudo make install
enter directory of glitch.gui
qmake6
make -j8
./glitch.gui