Rvcg

From MaRDI portal
Software:27626



swMATH15748CRANRvcgMaRDI QIDQ27626

Manipulations of Triangular Meshes Based on the 'VCGLIB' API

Stefan Schlager

Last update: 6 December 2023

Copyright license: GNU General Public License, version 3.0, GNU General Public License, version 2.0, File License

Software version identifier: 0.22.1, 0.6-3, 0.7.1, 0.7, 0.8, 0.9, 0.10.1, 0.10, 0.11, 0.12.1, 0.12.2, 0.13.0, 0.13.1.1, 0.13.1.2, 0.13.1, 0.14, 0.15, 0.16, 0.17, 0.18, 0.19.1, 0.19.2, 0.19, 0.20.2, 0.20, 0.21, 0.22, 0.22.2


Source code repository: https://github.com/cran/Rvcg

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'.