maifeeulasad / Joss-Paint

Joss Paint - Just another image editor, but you can easily like this one

Home Page:https://maifeeulasad.github.io/Joss-Paint/

Repository from Github https://github.commaifeeulasad/Joss-PaintRepository from Github https://github.commaifeeulasad/Joss-Paint

Paint

Paint is a simple graphics painting program. Originated from here

Screenshot

Distributions

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

License

MIT © maifeeulasad

About

Joss Paint - Just another image editor, but you can easily like this one

https://maifeeulasad.github.io/Joss-Paint/

License:MIT License


Languages

Language:C++ 82.8%Language:Makefile 10.4%Language:C 4.2%Language:CMake 1.4%Language:QMake 0.9%Language:Shell 0.2%