mypaint-d 0.1.0

Bindings to libmypaint, the brush engine of MyPaint


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

mypaint-d

D bindings for libmypaint.

Generating bindings

Note: This will not work when fetched using DUB. You must clone the git repository. But, if you only plan to use the bindings as-is, you don't have to perform this step.

Make sure you fetch all submodules before proceeding:

git submodule init
git submodule update

You will need to configure mypaint:

cd libmypaint
./autogen.sh
./configure

As soon as this step is complete, you can generate the bindings using DUB:

dub -c=generate

Some changes are needed to make the result compile.

To make them accessible from DUB, they are included in this git repository.

Authors:
  • Artha
Dependencies:
none
Versions:
0.1.0 2025-Mar-07
~main 2025-Mar-07
Show all 2 versions
Download Stats:
  • 0 downloads today

  • 1 downloads this week

  • 1 downloads this month

  • 1 downloads total

Score:
0.4
Short URL:
mypaint-d.dub.pm