Generating Visualize 3DF Project Build Files
With the release of 3DF 30.40, project files are no longer included in the customer packages. The package includes CMake files which can be used to generate the build/project files you need. CMake is an open-source, cross-platform tool. You will need to download / install https://cmake.org/ (at least v3.31).
After downloading the 3DF package, you can generate build/project files using a cmake command like the following;
cmake -S . -B ./build -G "Visual Studio 16 2019" -DCMAKE_BUILD_TYPE=ReleaseBasically, this command generates Visual Studio 2019 project files in a directory called build.
For more detail including usage on other platforms, please review the README.md included at the root level of the 3DF package.
Windows
Below is a batch file to generate project files.
Steps
Extract cmake_build_2019.zip to HOOPS_INSTALL_DIR
run cmake_build_2019.bat
To follow-up or participate in the discussion, see this article in our Community Forum : https://forum.techsoft3d.com/t/generating-visualize-3df-project-build-files/5066.