Over the Xmas break I was also busy beavering away finishing off my Jenkins CI pipeline to automate building VTK.
VTK (Visualisation ToolKit) is an excellent library of code for processing and visualisaton of multi-dimensional datasets. It’s written in C++ for high performance, and comes with bindings for python, java, and tcl/tk. For more info, see the VTK website
I’ve done a bit more of a write-up here
The jenkins-vtk-pipeline project is here, on GitHub