C++ tool to create a pixelated effect using Qt.
git clone https://github.com/richelbilderbeek/Pixelator
This will create a folder called Pixelator.
cd Pixelator
download_other_githubs.sh
This will create folders next to Pixelator, that is, in the same folder that you've downloaded Pixelator.
On GNU/Linux, you can call the bash build script:
./build_console.sh
You can now run the executable created.
Or you can open the Qt Creator project file PixelatorConsole.pro and click Run.
On GNU/Linux, you can call the bash build script:
./build_desktop.sh
Or you can open the Qt Creator project file PixelatorDesktop.pro and click Run.