Will-Banksy / QPix

A WIP pixel art editor written in C++, using Qt
GNU General Public License v3.0
6 stars 1 forks source link
cpp pixel-art pixel-art-maker pixel-editor qt-widgets qt6

QPix

--- WIP, very incomplete ---

A simple little pixel art editor, using Qt Widgets. Focusing on performance and UI/UX.

Screenshot

Features

Note that since this is very incomplete, these features will likely change.

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