Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.22 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.22 KB

libmypaint - MyPaint brush engine library

Travis Build Status Appveyor Build status

This is a self-contained C library that is isolated from MyPaint. It allows other applications to make use of the MyPaint brush engine.

License: ICS, see COPYING for details

Prerequisites

Build dependencies:

Optional dependencies:

Building

# Normal build
scons prefix=/your/application/install/prefix

# Show build options
scons -h

You can also build a minimal version of libmypaint directly into your application by including "libmypaint.c"

Documentation

Documentation can be found in the wiki: http://wiki.mypaint.info/Brushlib