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.
- Host: GitHub
- URL: https://github.com/pintaproject/pintademoextension
- Owner: PintaProject
- Created: 2012-04-25T15:35:06.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2025-03-02T16:49:40.000Z (over 1 year ago)
- Last Synced: 2025-03-26T09:51:12.509Z (about 1 year ago)
- Language: C#
- Size: 565 KB
- Stars: 2
- Watchers: 3
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Pinta Demo Extension
[](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.