Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maifeeulasad/joss-paint
Joss Paint - Just another image editor, but you can easily like this one
https://github.com/maifeeulasad/joss-paint
easypaint freeware open-source opensource paint paint2d qml qml-samples qss qss-files qt qtcreator
Last synced: 4 months ago
JSON representation
Joss Paint - Just another image editor, but you can easily like this one
- Host: GitHub
- URL: https://github.com/maifeeulasad/joss-paint
- Owner: maifeeulasad
- License: mit
- Created: 2020-12-15T19:22:56.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-02T10:13:01.000Z (about 4 years ago)
- Last Synced: 2024-10-11T10:10:57.549Z (4 months ago)
- Topics: easypaint, freeware, open-source, opensource, paint, paint2d, qml, qml-samples, qss, qss-files, qt, qtcreator
- Language: C++
- Homepage: https://maifeeulasad.github.io/Joss-Paint/
- Size: 4.04 MB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
Paint
=========Paint is a simple graphics painting program. Originated from [here](github.com/maifeeulasad/EasyPaint)
Screenshot
----------Distributions
----------Installing
----------Install EasyPaint using the commands, if you use CMake:
cd ./EasyPaint
cmake -DCMAKE_INSTALL_PREFIX=/usr
make
make installInstall EasyPaint using the commands, if you use qmake:
cd ./EasyPaint/sources
lrelease easypaint.pro
qmake
make
make installLicense
-------MIT © [maifeeulasad](https://github.com/maifeeulasad/Paint/blob/main/LICENSE)