bgrabitmap / lazpaint

🎨 Cross-platform image editor with raster and vector layers similar to Paint.Net written in Lazarus (Free Pascal)
https://lazpaint.github.io/
GNU General Public License v3.0
401 stars 55 forks source link

Scripting without dependency #510

Open circular17 opened 2 years ago

circular17 commented 2 years ago

For now Python scripting is supported, though it requires Python. It would be great to have the ability to make scripts without any dependency (Pascal script for example).

lainz commented 2 years ago

There is BesenScript or something like that, that's JavaScript engine for FPC.

lainz commented 2 years ago

https://github.com/BeRo1985/besen

circular17 commented 2 years ago

This looks wonderful, I need to try Besen.

circular17 commented 1 year ago

Related to https://github.com/bgrabitmap/lazpaint/issues/553