MyPaint

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

Github星跟蹤圖

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)

主要指標

概覽
名稱與所有者mypaint/mypaint
主編程語言Python
編程語言Python (語言數: 5)
平台Linux, Mac, Windows
許可證GNU General Public License v2.0
所有者活动
創建於2014-06-11 14:29:35
推送於2025-02-17 05:56:12
最后一次提交2024-09-22 16:47:59
發布數52
最新版本名稱v2.0.2-alpha (發布於 2020-05-29 22:19:11)
第一版名稱v0.2 (發布於 2005-04-24 10:55:28)
用户参与
星數2.8k
關注者數165
派生數399
提交數6.2k
已啟用問題?
問題數1061
打開的問題數205
拉請求數149
打開的拉請求數16
關閉的拉請求數48
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?

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.