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: ISC, see COPYING for details
Build dependencies:
Optional dependencies:
- GEGL + BABL (for enable_gegl=true)
- GObjectIntrospection (for enable_introspection=true)
# 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 can be found in the wiki: http://wiki.mypaint.info/Brushlib