ParaViewPluginBuilder 0.1 available

Kitware is happy to share the release of ParaViewPluginBuilder 0.1.
https://gitlab.kitware.com/paraview/paraview-plugin-builder/tree/master

ParaViewPluginBuilder is an open-source docker based script to facilitate the building of plugin for the binary release of ParaView. This tool is developed by Kitware SAS.

It enables you to build your own plugin for any linux binary release or binary nightly version of ParaView.

just clone the repository, cd into it and run :

./run_build_paraview releaseTag
./run_build_plugin -d /path/to/plugin/directory releaseTag

Please refer to the readme for other options. Feel free to ask if you have any question.

3 Likes

Great! Thanks Mathieu. We will try it as soon as we can.

1 Like

ParaViewPluginBuilder have been updated for ParaView v5.8.0

The list of supported versions is now :
v5.4.1, v5.5.0, v5.5.1, v5.5.2, v5.6.0, v5.6.1, v5.6.2, v5.7.0, v5.8.0, nightly.

Please note the ParaViewPluginBuilder will not be updated for new version of ParaView after 5.9.1.
It is being replaced by the ParaViewEasyPluginBuilder: https://gitlab.kitware.com/paraview/paraview-easy-plugin-builder