Skip to content
/ mypaint Public
forked from mypaint/mypaint

MyPaint is a simple drawing and painting program that works well with Wacom-style graphics tablets.

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
GPL-2.0
COPYING
MIT
COPYING.cursors
Notifications You must be signed in to change notification settings

Jehan/mypaint

This branch is 2854 commits behind mypaint/mypaint:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

52a7a61 · Apr 24, 2015
Feb 10, 2015
Jul 14, 2014
Apr 1, 2015
Feb 26, 2015
Jan 12, 2014
Aug 5, 2014
Apr 21, 2015
Apr 24, 2015
Jan 4, 2013
Dec 9, 2014
Apr 10, 2015
Oct 3, 2014
Apr 19, 2015
Aug 1, 2011
Apr 8, 2015
Apr 6, 2014
Aug 9, 2014
Jan 11, 2015
May 8, 2009
Nov 17, 2012
Apr 22, 2015
Dec 9, 2014
Feb 10, 2015
Feb 10, 2015
Jan 11, 2015
Jan 29, 2015
Mar 3, 2015
Feb 4, 2015
Apr 6, 2014
Apr 6, 2015
Feb 10, 2015

Repository files navigation

MyPaint

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.

About

MyPaint is a simple drawing and painting program that works well with Wacom-style graphics tablets.

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
GPL-2.0
COPYING
MIT
COPYING.cursors

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 91.8%
  • C++ 7.7%
  • Other 0.5%