An open API service indexing awesome lists of open source software.

https://github.com/pintaproject/pintademoextension

A demo extension for Pinta, for tutorial and development use.
https://github.com/pintaproject/pintademoextension

Last synced: about 1 year ago
JSON representation

A demo extension for Pinta, for tutorial and development use.

Awesome Lists containing this project

README

          

# Pinta Demo Extension

[![Translation status](https://hosted.weblate.org/widget/pinta/demoaddin/287x66-grey.png)](https://hosted.weblate.org/engage/pinta/)

This is a simple demo project, to be used in the future for a tutorial
on making Pinta extensions. Currently being used as a test case for
developing the Pinta extension infrastructure.

##Notes

- It has lib copies of the current Pinta.Core and Pinta.Tools to build against, and they currently need manual updating. (Need to look into automatic updates here.)

- It builds a single dll that needs to be copied to Pinta's bin folder
(when developing) or Pinta's install folder (installed Pinta). (A central add-in server is being worked on.)

## License

As with the rest of Pinta, this is licensed under the MIT/X11 license.