- Make sure
./src/plugin/coreplugins
is inconfig.plugin.basePaths
(by default it is). - In an open project, select the root-node and add
PluginGenerator
tovalidPlugins
underMETA
in theProperty Editor
. - Run
PluginGenerator
(using the play-button in top left corner), download the files and follow the instructions in thePlugin Results Dialog
.
- Plugins cannot have an interactive UI during its execution.
- Plugins can run on client side (in the browser) or on server side.
- Plugins can have a configuration.
- Plugin configuration can specify default values.
- Plugin configuration can be serialized and deserialized.
- Plugin configuration can be changed before execution by the user.
- Common UI for the plugin configuration.
- Plugins can generate messages that are linked to objects.
- Plugin messages can be serialized and deserialized.
- Plugins can retrieve assets.
- Plugins can add assets.
- Plugins can generate artifacts.
- Plugins have a single entry point.
- Plugins have access to a logger.
- Plugins can have results.
- Plugin results can be serialized and deserialized.
PluginBase
is the base class of all plugins.PluginResult
PluginMessage
PluginNodeDescription
PluginManagerBase
PluginManagerConfiguration