mwestphal
(Mathieu Westphal (Kitware))
October 14, 2019, 9:19am
1
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
mwestphal
(Mathieu Westphal (Kitware))
February 20, 2020, 12:41pm
3
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.
mwestphal
(Mathieu Westphal (Kitware))
June 10, 2022, 10:52am
4
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