Skip to content
forked from zarquon42b/Rvcg

R-package providing mesh manipulation routines from VCGLIB

License

Notifications You must be signed in to change notification settings

dfsp-spirit/Rvcg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

R-package providing mesh manipulation routines from VCGLIB

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 95.2%
  • C 3.7%
  • R 0.8%
  • QMake 0.2%
  • GLSL 0.1%
  • HTML 0.0%