Skip to content

Free, open source, Qt-based C++ graphics tool similar to Microsoft Paint

License

Notifications You must be signed in to change notification settings

WesleyTrescott/EasyPaint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EasyPaint

EasyPaint is a simple graphics painting program.

You may view screenshots here.

EasyPaint is a part of the QtDesktop project.

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

Installing

Install EasyPaint as below, if you use CMake:

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

Install EasyPaint as below, if you use qmake:

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

Also you can find packages for Linux distributions here.

License

EasyPaint is distributed under the MIT license.

About

Free, open source, Qt-based C++ graphics tool similar to Microsoft Paint

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published