3D surfaces meshed with interconnected triangles
Run the following Vcpkg command to install the port.
vcpkg install gts
gts can be imported via CMake FindPkgConfig module:
find_package(PkgConfig REQUIRED) pkg_check_modules(GTS gts REQUIRED IMPORTED_TARGET) target_link_libraries(main PRIVATE PkgConfig::GTS)
v0.7.6#9
Feb 22, 2024
All
gts
gts.sourceforge.net
1dddccf0c3
LGPL-2.0-or-later
Manifest