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, very incomplete ---

A simple little pixel art editor, using Qt Widgets.

Screenshot

Compile And Run

You need Qt6 and CMake 3.5 or higher (I'm using Qt 6.6.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++ 96.5%Language:CMake 3.5%