Manipulations of Triangular Meshes Based on the 'VCGLIB' API


Licenses
xpp/Zed

Documentation

Rvcg Travis Build Status License Downloads

Rvcg is an R-package providing methods for manipulations on triangular meshes by using the API of the VCGLIB library.

Installation of the R-package Rvcg from CRAN:

Within R:

   install.packages("Rvcg")

Installation of the-R package "Rvcg" (latest development code) using devtools::

install prerequisites
  1. install devtools from within R (Ubuntu/Debian users will have to install libcurl4-gnutls-dev beforehand):

     install.packages("devtools")
    
  2. Install build environment

    • Windows: Install latest version of Rtools During installation of Rtools make sure to install the toolchain, and to select "Edit the system path" (and confirming the installers suggestions).
    • OSX: Install XCODE
install Rvcg

Run the following command in R:

    require(devtools)
    install_github("zarquon42b/Rvcg", local=FALSE)