Skip to content

gtsv0.7.6

Updated

3D surfaces meshed with interconnected triangles

#Usage

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)

#Supported Platforms

All platforms supported.

#Features

No features defined.

#Dependencies

and 6 transitive dependencies:

#Host Dependencies

and 5 transitive dependencies:

#Used By

#Host Tool For

No ports use this.

#Contributors

  • jonathan.r.paton@googlemail.com's avatar[email protected]
  • Robert Schumacher's avatarRobert Schumacher
  • Victor Romero's avatarVictor Romero
  • pravic's avatarpravic
  • Jack·Boos·Yu's avatarJack·Boos·Yu
  • Phoebe's avatarPhoebe
  • Alexander Neumann's avatarAlexander Neumann
  • autoantwort's avatarautoantwort
  • Kai Pastor's avatarKai Pastor
  • RobbertProost's avatarRobbertProost

#Changelog

  • 1dddccf[gts] fix for correctly excluding predicates_init.c file in build (#36790)
  • 79be4be[gts] Enables osx and android, fixes, cleanup. (#34673)
  • 9b22b40[gts] fix build with clang-cl (#26184)
  • 9214a5f[gts] use supports expression (#25346)
  • 053c82f[gts] Move to official upstream sources (#25034)
  • 546813a[glib up to gtk] update and make it work with meson (#13100)
  • df99d8d[glib/gts] Add pkgconfig files (#11884)
  • f23ebed[cmake] Update to 3.17.2 (#10767)
  • 981daa4[gts] Support for build with cmake in unix (#10055)
  • 18b029a[WIP] Add a Homepage URL entry for vcpkg ports (#2933)
  • 050e71dRemove references to CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS (#5937)
  • 51f6cf7[exiv2] Fix static builds. [gts] Add early detection for CRT linkage.
  • 626d2f8Initial GTS port