Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mypaint/mypaint
MyPaint is a simple drawing and painting program that works well with Wacom-style graphics tablets.
https://github.com/mypaint/mypaint
art brushes creative distraction-free drawing graphics-tablet infinite-scroll libmypaint mypaint painting python
Last synced: 4 days ago
JSON representation
MyPaint is a simple drawing and painting program that works well with Wacom-style graphics tablets.
- Host: GitHub
- URL: https://github.com/mypaint/mypaint
- Owner: mypaint
- License: gpl-2.0
- Created: 2014-06-11T14:29:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-09-23T00:46:15.000Z (4 months ago)
- Last Synced: 2024-10-29T15:35:09.166Z (3 months ago)
- Topics: art, brushes, creative, distraction-free, drawing, graphics-tablet, infinite-scroll, libmypaint, mypaint, painting, python
- Language: Python
- Homepage: https://mypaint.app
- Size: 101 MB
- Stars: 2,687
- Watchers: 165
- Forks: 387
- Open Issues: 202
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: COPYING
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-python-applications - Repo
- awesome-useful-projects - <img src="https://icon.horse/icon/github.com" height="20px" align="center"/>/mypaint/mypaint - Simple drawing/painting program (Jump To / Creative)
- awesome-useful-projects - <img src="https://icon.horse/icon/github.com" height="20px" align="center"/>/mypaint/mypaint - Simple drawing/painting program (Jump To / Creative)
- fucking-Awesome-Linux-Software - ![Open-Source Software - Mypaint is a paint program for use with graphics tablets. (Applications / Graphics)
- awesome-list - MyPaint - A simple drawing and painting program that works well with Wacom-style graphics tablets. (Cross-Platform / JavaScript)
- awesome-cg-vfx-pipeline - MyPaint - Graphics editor for digital painters with a focus on painting rather than image manipulation or post-processing. (Digital Content Creation Software (DCCs) / 2D)
- Awesome-Linux-Software - ![Open-Source Software - Mypaint is a paint program for use with graphics tablets. (Applications / Graphics)
- awesome-python-applications - Repo
README
MyPaint
A fast and dead-simple painting app for artists
[![Join us on Discord](https://discordapp.com/api/guilds/653178333558996992/widget.png)](https://discord.com/invite/vbB434p) [![Financial Contributors on Open Collective](https://opencollective.com/mypaint/all/badge.svg?label=financial+contributors)](https://opencollective.com/mypaint) [![Translation status](https://hosted.weblate.org/widgets/mypaint/-/mypaint/svg-badge.svg)](https://hosted.weblate.org/engage/mypaint/?utm_source=widget) [![Build status on Travis](https://travis-ci.org/mypaint/mypaint.svg?branch=master)](https://travis-ci.org/mypaint/mypaint) [![AppVeyor](https://ci.appveyor.com/api/projects/status/3s54192cipo2d4js/branch/master?svg=true)](https://ci.appveyor.com/project/achadwick/mypaint/branch/master) [![Packaging status](https://repology.org/badge/tiny-repos/mypaint.svg)](https://repology.org/project/mypaint/versions)
## Features
* Infinite canvas
* Extremely configurable brushes
* Distraction-free fullscreen mode
* Extensive graphic tablet support
* Speed, simplicity, and expressiveness
* Realistic paint-like pigment model
* 15 bit Rec 709 linear RGB colorspace
* Brush settings stored with each stroke on the canvas
* Layers, various modes, and layer groups## Download
[Latest stable release.](https://github.com/mypaint/mypaint/releases/latest)Releases and prereleases contain links to standalone packages
(and installers for full releases) for Windows, and AppImage files for Linux.### Nightly releases
_Using alpha releases comes with its own risks.
Sometimes bugs can sneak in that causes crashes, so don't be too surprised by that.
If you come across any, please do [report those bugs][trackerlink] so they can be dealt with._#### Linux
If you don't want to [build from source](#buildtestinstall),
the latest AppImage files can be found in a
[rolling release](https://github.com/mypaint/mypaint-appimage/releases/tag/continuous).
Just download the `.AppImage` file and make it executable.#### Windows
The nightly installers and standalone archives can be downloaded from the
[AppVeyor CI](https://ci.appveyor.com/project/achadwick/mypaint)Click on the link matching your architecture (32 or 64), then the tab named "Artifacts"
to get the file list. Only one of the files ending in `.exe` or `.7z` are needed.
Using the standalone archive (7z) is recommended.### Windows Package Manager (winget)
The latest stable release is available to install via winget, the Windows Package Manager. To search for the package, run:```
winget search MyPaint
```and to install, run:
```
winget install --id MyPaint.MyPaint
```_The winget package is not maintained by the dev team._
### Chocolatey (windows)
If you prefer to use the Chocolatey repository, both
[stable releases][choco_prerel] and [pre-releases][choco_stable]
can be found there.[choco_prerel]: https://chocolatey.org/packages/mypaint/
[choco_stable]: https://chocolatey.org/packages/mypaint/1.2.1## Build/Test/Install
MyPaint depends on its brushstroke rendering library,
[libmypaint](https://github.com/mypaint/libmypaint), as well as
its brush library [mypaint-brushes](https://github.com/mypaint/mypaint-brushes).
If you have those installed, plus MyPaint's third party dependencies,
you can try it out without installing:git clone https://github.com/mypaint/mypaint.git
cd mypaint
python setup.py demoIf the demo works, you can install
python setup.py managed_install
python setup.py managed_uninstallFor more details, see the [Setup Instructions](BUILDING.md).
[1]:https://github.com/mypaint/libmypaint
## Contributing
The MyPaint project welcomes and encourages participation by everyone. We want our community to be skilled and diverse, and we want it to be a community that anybody can feel good about joining. No matter who you are or what your background is, we welcome you.Please see the [Contributing Guide][contriblink] for full details of how you can begin contributing. All contributors to the MyPaint project must abide by a [Code of Conduct](CODE_OF_CONDUCT.md).
## Links
* [mypaint.app](http://mypaint.app/)
* [Community Forums](https://community.mypaint.app)
* [Twitter](https://twitter.com/MyPaintApp)
* [Discord](https://discord.gg/vbB434p)
* [Github](https://github.com/mypaint/mypaint)
* [Wiki](https://github.com/mypaint/mypaint/wiki)
* [Issue tracker][trackerlink]
* [Introductory docs for developers][contriblink][contriblink]: https://github.com/mypaint/mypaint/wiki/Contributing
[trackerlink]: https://github.com/mypaint/mypaint/issues## Legal info
MyPaint is Free/Libre/Open Source software. See [Licenses and
Copyrights](Licenses.md) for a summary of its licensing. A list of
contributors can be found in the about dialog.## Contributors
### Code Contributors
This project exists thanks to all the people who contribute.### Financial Contributors
Become a financial contributor and help us sustain our community. [[Contribute](https://opencollective.com/mypaint/contribute)]#### Organizations
Support this project with your organization. Your logo will show up here with a link to your website. [[Contribute](https://opencollective.com/mypaint/contribute)]