I confirm Activiz is not open source anymore. If that helps, below you will find the different configurations that were used.
In general we use the VTK code without additional patches.
- ActiViz 9.1.2022.222: VTK@f8d16723 with VS2017 generator on Windows
- ActiViz 9.3.2024.515: VTK@5fd6015c with VS2022 generator on Windows
- ActiViz 9.4.2024.1104: VTK@713df75f with VS2022 generator on Windows
The following VTK options are generally used for each version:
VTK_SMP_IMPLEMENTATION_TYPE:STRING=STDThread
CMAKE_BUILD_TYPE:STRING="Release"
CMAKE_CXX_FLAGS:STRING="/DWIN32 /D_WINDOWS /W3 /GR /EHsc /MP4"