mirror of
https://github.com/lostjared/glitch.gui.git
synced 2026-06-16 12:33:54 +02:00
updated README
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user