MyPaint

MyPaint 是一个简单的绘图和绘画程序,适用于 Wacom 风格的图形平板电脑。(MyPaint is a simple drawing and painting program that works well with Wacom-style graphics tablets.)

Github stars Tracking Chart

MyPaint

一个为艺术家设计的快速而简单的绘画应用程序。

特性

  • 无限作画
  • 极其可配置的画笔
  • 无分心全屏模式
  • 广泛的图形平板电脑支持
  • 速度,简洁和表现力
  • 逼真的油漆状颜料模型
  • 15位 Rec 709 线性 RGB 色彩空间
  • 刷画设置与画布上的每个笔划一起存储
  • 图层,各种模式和图层组

构建/测试/安装

MyPaint依赖于它的笔刷渲染库 -- libmypaint ,以及它的画笔库 -- mypaint-brushes 。如果您已经安装了这些,加上 MyPaint 的第三方依赖项,您可以在不安装的情况下试用它:

git clone https://github.com/mypaint/mypaint.git
cd mypaint
python setup.py demo

如果演示有效,您可以安装

python setup.py managed_install
python setup.py managed_uninstall

有关详细信息,请参阅安装说明

社区

法律信息

MyPaint 是 Free/Libre/开源软件。 有关其许可的摘要,请参阅许可证和版权。 可以在 about 对话框中找到贡献者列表。

(Second edition: vz revised at 2019.09.12)

Overview

Name With Ownermypaint/mypaint
Primary LanguagePython
Program languagePython (Language Count: 5)
PlatformLinux, Mac, Windows
License:GNU General Public License v2.0
Release Count52
Last Release Namev2.0.2-alpha (Posted on 2020-05-29 22:19:11)
First Release Namev0.2 (Posted on 2005-04-24 10:55:28)
Created At2014-06-11 14:29:35
Pushed At2024-03-23 09:10:29
Last Commit At2024-02-24 21:16:27
Stargazers Count2.6k
Watchers Count163
Fork Count382
Commits Count6.2k
Has Issues Enabled
Issues Count1034
Issue Open Count183
Pull Requests Count145
Pull Requests Open Count10
Pull Requests Close Count48
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

Translation status Build status on Travis AppVeyor Packaging status

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.

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 so they can be dealt with.

Linux

If you don't want to build from source,
the latest AppImage files can be found in a
rolling release.
Just download the .AppImage file and make it executable.

Windows

The nightly installers and standalone archives can be downloaded from the
AppVeyor CI

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.

Chocolatey (windows)

If you prefer to use the Chocolatey repository, both
stable releases and pre-releases
can be found there.

Build/Test/Install

MyPaint depends on its brushstroke rendering library,
libmypaint, as well as
its brush library 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 demo

If the demo works, you can install

python setup.py managed_install
python setup.py managed_uninstall

For more details, see the Setup Instructions.

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 for full details of how you can begin contributing. All contributors to the MyPaint project must abide by a Code of Conduct.

Community

MyPaint is Free/Libre/Open Source software. See Licenses and
Copyrights
for a summary of its licensing. A list of
contributors can be found in the about dialog.

To the top