Package: Rvcg
Type: Package
Title: Manipulations of Triangular Meshes Based on the 'VCGLIB' API
Version: 0.25
Date: 2025-03-14
Authors@R: c(
person("Stefan", "Schlager",, "zarquon42@gmail.com", c("aut", "cre", "cph")),
person("Girinon", "Francois",,, c("ctb")),
person("Tim", "Schaefer",, "ts+code@rcmd.org", c("ctb")),
person("Zhengjia", "Wang",, "dipterix.wang@gmail.com", c("ctb"))
)
Description: Operations on triangular meshes based on 'VCGLIB'. This
package integrates nicely with the R-package 'rgl' to render
the meshes processed by 'Rvcg'. The Visualization and Computer
Graphics Library (VCG for short) is an open source portable C++
templated library for manipulation, processing and displaying
with OpenGL of triangle and tetrahedral meshes. The library,
composed by more than 100k lines of code, is released under the
GPL license, and it is the base of most of the software tools
of the Visual Computing Lab of the Italian National Research
Council Institute ISTI , like 'metro'
and 'MeshLab'. The 'VCGLIB' source is pulled from trunk
and patched to work
with options determined by the configure script as well as to
work with the header files included by 'RcppEigen'.
Depends: R (>= 3.1.0)
Imports: Rcpp, grDevices, stats, utils
Suggests: Morpho, rgl
LinkingTo: Rcpp, RcppEigen, RcppArmadillo
License: GPL (>= 2) | file LICENSE
BugReports: https://github.com/zarquon42b/Rvcg/issues
Copyright: see files COPYRIGHTS for detailed information
LazyLoad: yes
Biarch: yes
URL: https://github.com/zarquon42b/Rvcg,
https://github.com/cnr-isti-vclab/vcglib
Encoding: UTF-8
RoxygenNote: 7.2.3
Repository: https://zarquon42b.r-universe.dev
Date/Publication: 2026-02-27 12:26:39 UTC
RemoteUrl: https://github.com/zarquon42b/rvcg
RemoteRef: HEAD
RemoteSha: c2afcc2687e332c8b519699218291b32b0853b52
NeedsCompilation: yes
Packaged: 2026-06-24 12:25:36 UTC; root
Author: Stefan Schlager [aut, cre, cph],
Girinon Francois [ctb],
Tim Schaefer [ctb],
Zhengjia Wang [ctb]
Maintainer: Stefan Schlager