Skip to content

rplyv1.1.4

Updated

ANSI C Library for PLY file format input and output

#Usage

The rply port provides an unofficial CMake target:

find_package(rply REQUIRED)
target_link_libraries(main PRIVATE rply::rply)

#License

MIT

#Supported Platforms

All platforms supported.

#Features

No features defined.

#Dependencies

No dependencies.

#Host Dependencies

No transitive dependencies.

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • Chao Jia's avatarChao Jia
  • Billy O'Neal's avatarBilly O'Neal
  • Jack·Boos·Yu's avatarJack·Boos·Yu
  • autoantwort's avatarautoantwort
  • Martin Valgur's avatarMartin Valgur

#Changelog

  • 31b5246[rply] Add support for non-prefixed includes (#37759)
  • 5b11232[many-ports] Don't use deprecated functions (autogenerated) (#26981)
  • 43c6e29[many ports]switch to vcpkg-cmake / vckg-cmake-config part 4 (#29884)
  • b295670Bulk convert control files. (#19986)
  • 3c84e1a[rply]requested changes
  • 384defdfix uninitialized local variable
  • e8ea808use _CRT_SECURE_NO_WARNINGS
  • 93c3bb1[rply]new port