New user with questions about programming with krita

Hello, it is possible to program brushes with scripts, as it happens in firealpaca?

  1. Can someone provide me with a simple example that paints a round brush with the tablet?
    A simple example and how to program is appreciated.
  2. Is there a function get_pixel and put_pixel?
    3.If so, I would like to implement them in krita. If it is very difficult, I don’t know how to program it here, I can show an example of them and someone expert in programming implements it, they should only pass my algorithm to krita.
    All the best.

No it’s not possible to script brushes and there’s no easy way to programmatically paint. That’s not what the scripting support is meant for in Krita.

There was a merge request for expanding the API to draw programtically. Although I don’t know if it had brush support

1 Like

KRITA does not support doing this now. You can refer to this post: