-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pulled new vcglib sources and updated README.md
- Loading branch information
1 parent
9210e05
commit 0cab651
Showing
227 changed files
with
5,727 additions
and
5,643 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ Version: 0.4-00 | |
Date: | ||
Author: Stefan Schlager | ||
Maintainer: Stefan Schlager <[email protected]> | ||
Description: Operations on triangular meshes based on VCGLIB | ||
Description: Operations on triangular meshes based on VCGLIB | ||
#. | ||
The Visualization and Computer Graphics Library (VCG for short) is an | ||
open source portable C++ templated library for manipulation, processing | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,38 @@ | ||
Rvcg | ||
==== | ||
this is an R-package providing methods for manipulations on triangular meshes by using the API of the [VCGLIB]( http://vcg.isti.cnr.it/~cignoni/newvcglib/html/) library. | ||
|
||
##### Installation of the R-package "Rvcg": #### | ||
0. Make sure to work with the latest version of R and install dependencies (type the following commands into your R terminal): | ||
|
||
install.packages("Rcpp") | ||
|
||
|
||
* Download the version suitable for your OS from [here](https://github.com/zarquon42b/Rvcg/releases/). | ||
Either the compiled package (for Windows and OS X) or the source tarball (Linux). | ||
|
||
* Installation command from within R: | ||
|
||
install.packages("Path_to_downloaded_package_Rvcg[Version_OS]",repos=NULL) | ||
|
||
* check if the package can be loaded: | ||
|
||
load package: library(Rvcg) | ||
|
||
##### Installation of the-R package "Rvcg" (latest development code) using *devtools*:: #### | ||
|
||
|
||
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](http://cran.r-project.org/bin/windows/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](https://developer.apple.com/xcode/)* | ||
|
||
3. In R run the command: | ||
|
||
require(devtools) | ||
install_url("https://github.com/zarquon42b/Rvcg/archive/master.zip") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.