Skip to content

QTetraMesher 0.8.3 - Win64 VS2019

Latest
Compare
Choose a tag to compare
@dennis2society dennis2society released this 16 Dec 14:19
· 19 commits to main since this release

Updated binary package to (hopefully) include all required Qt dependencies (generated with windeployqt.exe from the Qt tools).

This is the updated binary release for Windows 64 bit platforms.

Attention! Microsoft still hasn't solved the DLL-hell problem. Depending on which software is already installed on your machine, you may have to install the VisualStudio runtime libraries. These can be found here:
https://aka.ms/vs/17/release/vc_redist.x64.exe

The current binary is built with:

Improvements:

  • Full CMake build! All projects can now be configured (+built) with CMake. (Pretty easy on Linux, but a PITA on Windows...)
  • Significantly improved surface mesh loading + speed:
    • Replaced old trimesh2 C library with Assimp library
    • New mesh formats available for import
    • Fixed surface normal generation (damn.. the old one was so slow...)
  • libQGLViewer is now included in the repo