-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
42 lines (42 loc) · 1.72 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Package: Rvcg
Type: Package
Title: Manipulations of Triangular Meshes Based on the 'VCGLIB' API
Version: 0.24
Date: 2024-09-19
Authors@R: c(
person("Stefan", "Schlager",, "[email protected]", c("aut", "cre", "cph")),
person("Girinon", "Francois",,, c("ctb")),
person("Tim", "Schaefer",, "[email protected]", c("ctb")),
person("Zhengjia", "Wang",, "[email protected]", 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 <https://vcg.isti.cnr.it/>,
like 'metro' and 'MeshLab'. The 'VCGLIB' source is pulled from trunk
<https://github.com/cnr-isti-vclab/vcglib> 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