Will-Banksy / QPix

A WIP pixel art editor written in C++, using Qt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QPix

--- WIP ---

A simple little pixel art editor, using the Qt libraries

Compile And Run

You need Qt5 and CMake 3.1 or higher (I'm using Qt 5.15.2 but it should work on earlier versions)

You will also need a C++20 compliant compiler

Compile

Navigate to project directory:

mkdir build && cd build
cmake ..
make

Run

./qpix

About

A WIP pixel art editor written in C++, using Qt

License:GNU General Public License v3.0


Languages

Language:C++ 97.7%Language:CMake 2.3%