Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Download ZIP
MyPaint is a simple drawing and painting program that works well with Wacom-style graphics tablets.
Python C++ Shell

Layer panel: flip eye+lock and type icons around

Putting the eye and lock icons on the left (for ltr languages) is closer to
other art apps.

I had my doubts about doing this during string freeze, but I guess for a
sensible layout, you don't need fancy multi-cell columns after all. So no
string changes needed :)

Second advantage: this makes Adwaita's new (and horrid) mystery meat
scrollbars break things much less. There's almost no need to click on the
type icon for a layer, so it doesn't really matter when the scrollbar fades
in above it. Before we had the lock icons on that side, and it was
difficult to click on them when there were enough layers in the stack to
require a scrollbar.

Closes mypaint/mypaint#144.
latest commit 6048998bf5
@achadwick achadwick authored
Failed to load latest commit information.
backgrounds Rewrote backgrounds/README to be up to date
brushes Add Kaerhon Brush Pack v1
brushlib @ 6c17713 brushlib translations
desktop icons: use the clock icon for more things
doc doc: Update PERFORMANCE with possible GPU-based processing
glade Refactor footer picker buttons
gui Layer panel: flip eye+lock and type icons around
lib Build version parsing: fixup for Travis build
palettes palettes: license change for All_color_choice.gpl
pixmaps Update picker cursor: more DMZ-like
po Translated using Weblate (French)
svg Adjusted number of newlines to conform to PEP-8
tests Modes: add flag for 0alpha *always* clearing bg
windows Windows installer: optional desktop icon task
.gitattributes git: treat .svg files as binary
.gitignore Add po/mypaint.pot, update po/SConscript & docs
.gitmodules Use relative path for brushlib git submodule
.travis.yml Tentative fix for a new Travis build error
CONTRIBUTING.md Update links to Windows releases
COPYING fixed outdated addresses in COPYING
COPYING.cursors application: add central compositing cursor cache
Changelog.md Markdownified changelog
LICENSE Cursor API changes
README.md Add translation status badge to README
README_LINUX.md Fix typo
README_OSX.md Split README, expand CONTRIBUTING
README_WINDOWS.md Update README_WINDOWS.md
SConscript Version numbering scheme update
SConstruct SConstruct: use mingw_w64 on MSYS2
libmypaint.py Find brushsettings under libmypaint directory
mypaint.py Improve detection of install type
release.sh Version numbering scheme update

README.md

MyPaint

Translation Status Build Status

MyPaint is a simple drawing and painting program that works well with Wacom-style graphics tablets. Its main features are a highly configurable brush engine, speed, and a fullscreen mode which allows artists to fully immerse themselves in their work.

MyPaint is written in Python, C++, and C. It makes use of the GTK toolkit, version 3.x. The source is maintained using git, primarily on Github.

Getting started

MyPaint has an associated library, libmypaint, which is distributed as a sister project on Github. If you fetch the application's source with git, this dependency will be fetched automatically by the commands below as a relative submodule. There are several third-party dependencies too:

  • scons (>= 2.1.0)
  • pygobject
  • gtk3 (>= 3.10)
  • python (= 2.7) (OSX: python >= 2.7.4)
  • swig
  • numpy
  • pycairo (>= 1.4)
  • libpng
  • lcms2
  • libjson-c (>= 0.11, but the older "libjson" name at ~0.10 will work too)
  • librsvg

Recommended: a pressure sensitive input device (graphic tablet)

Build and Install

All systems differ. The basic build documentation is divided by broad class of operating system and software distribution.

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 file CONTRIBUTING.md for details of how you can participate in the project.

Legal info

The licenses for various files are described in the LICENSE file. Documentation can be found within the program and on the homepage: http://mypaint.info/

A list of contributors can be found in the about dialog.

Something went wrong with that request. Please try again.