DOOMer / EasyPaint

Simple graphics painting program

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EasyPaint

EasyPaint is a simple graphics painting program

You may watch screenshots here.

EasyPaint is a part of QtDesktop project.

EasyPaint is a part of Razor-qt's 3rd party applications.

Installing

Install EasyPaint using the commands, if you use CMake:

cd ./EasyPaint
cmake -DCMAKE_INSTALL_PREFIX=/usr
make
make install

Install EasyPaint using the commands, if you use qmake:

cd ./EasyPaint/sources
lrelease easypaint.pro
qmake
make
make install

Also you could find packages for linux distributions here.

License

EasyPaint is distributed under the MIT license.

About

Simple graphics painting program

License:MIT License


Languages

Language:C++ 97.2%Language:Prolog 1.4%Language:C 0.6%Language:Shell 0.6%Language:Makefile 0.2%