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:
- Qt 5.15.2
- CGAL 5.6, https://www.cgal.org/download.html
- Boost 1.83.0, https://www.boost.org/users/download/
- QGLViewer 2.9.1, https://github.com/GillesDebunne/libQGLViewer
- SOFA Framework (git checkout 2023-12-15), https://github.com/sofa-framework/sofa
- Assimp - Asset Importer Library (git checkout 2023-10-15), https://github.com/assimp/assimp
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