tutorials:create-groimp-plugin
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tutorials:create-groimp-plugin [2024/12/06 08:49] – [New command] gaetan | tutorials:create-groimp-plugin [2024/12/06 08:54] (current) – gaetan | ||
---|---|---|---|
Line 1: | Line 1: | ||
This tutorial aims at showing how to get started on GroIMP plugin development. It is assumed that you are able to compile the plugin using Maven (either the plugin alone, or the whole project). | This tutorial aims at showing how to get started on GroIMP plugin development. It is assumed that you are able to compile the plugin using Maven (either the plugin alone, or the whole project). | ||
- | In this tutorial we are going to create a new plugin (from the empty template), add a new MimeType (format of file accepted by GroIMP) for both import | + | In this tutorial we are going to create a new plugin (from the empty template), add a new MimeType (format of file accepted by GroIMP) for import, and add a menu item that run a specific command. |
See: | See: | ||
Line 253: | Line 253: | ||
requires graph; | requires graph; | ||
requires imp3d; | requires imp3d; | ||
- | requires | + | requires |
+ | requires utilities; | ||
</ | </ | ||
Line 371: | Line 372: | ||
The directory is now using the parameter // | The directory is now using the parameter // | ||
+ | |||
+ | {{: | ||
Now we change the java code that was creating the Cylinders to use the value of this option. In the file '' | Now we change the java code that was creating the Cylinders to use the value of this option. In the file '' |
tutorials/create-groimp-plugin.1733471381.txt.gz · Last modified: 2024/12/06 08:49 by gaetan