Permalink
Cannot retrieve contributors at this time
Fetching contributors…
| Package: Rvcg | |
| Type: Package | |
| Title: Manipulations of Triangular Meshes Based on the 'VCGLIB' API | |
| Version: 0.16 | |
| Date: 2017-03-30 | |
| Authors@R: c( | |
| person("Stefan", "Schlager",, "zarquon42@gmail.com", c("aut", "cre", "cph")), | |
| person("Girinon", "Francois",,, 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 <http://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: http://github.com/zarquon42b/Rvcg, http://vcg.sf.net/ | |
| RoxygenNote: 6.0.1 |