This is an image editor/ paint made on C++ with opencv and widgets using QT. It will be able to tun on any OS (currently only Linux =<).
-
Drawing using diffent brushes.
-
Drawing shapes (such as squares, circles, ect.)
- Each shape tool has it's own brush
-
Text writing
-
Image editing
- Filters (Blur, grayscale, ect.)
-
Others
Ctrl + Z changes to free drawing
Ctrl + Y changes to the square tool
RGB btn opens the color picker dialog to choose a color
Tool btn's changes the drawing tool (Free drawing, rectangles, lines, circles).
If you want to build the project in IDE and run it or make changes.
You need to have opencv installed as well as QT.
You can use othe IDE's but the import and build maight differ.
Download the project or clone it using
gh repo clone kamkanev/Cpp-paint
or
git clone https://github.com/kamkanev/Cpp-paint.git
You can get doble click on the Paint file or run it using:
./Paintor you can build it again and then run it:
qmake
make
./PaintYou can also open the project in Qt and run it from there.
For now you can only open and run the project in Qt.
Glax / Qt-Color-Widgets · GitLab
Art generated by DALL·E 3 | OpenAI


