Pixelator
December 20, 2022 ยท View on GitHub
C++ tool to create a pixelated effect using Qt.
![]()
![]()
Getting this to run
Download this project
git clone https://github.com/richelbilderbeek/Pixelator
This will create a folder called Pixelator.
Build this project
Go into the folder created
cd Pixelator
Install the other GitHubs needed
download_other_githubs.sh
This will create folders next to Pixelator, that is, in the same folder that you've downloaded Pixelator.
Building the console version
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.
Building the desktop version
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.