This is a collection of plugins for Workcraft that are used as examples in the plugin development tutorial.
Plugins are included as submodules and, if necessary, can be used independently. Here is the list of included plugins and links to their repos:
- Directed graph -- workcraft-plugin-example-graph
- Petri net -- workcraft-plugin-example-petri
Suggested usage:
-
If has not been done yet, setup Workcraft development directory
workcraftas instructed in workcraft repo. -
Go to
workcraftdirectory and clone example plugins repo with all submodules inworkcraft-plugins-exampledirectory:git clone --recursive [email protected]:workcraft/workcraft-plugins-example.git
Note that /workcraft-*/ is prevented from propagating to
workcraft repo and
to Workcraft binary distribution.