/proclandr

Wrapped Perlin noise from R.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Wrapped Perlin noise in R

Build Status codecov.io Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.

proclandr is an R package using Rcpp that makes wrapped images of Perlin noise.

Wrapped Perlin Noise

Installation

Install the libnoise dependency first. This is easy enough on Linux.

sudo apt install libnoise-dev

Install using devtools.

install.packages("devtools")
devtools::install_github("pratikunterwegs/proclandr")

More options

proclandr currently implements a very specific form of Perlin noise. Use the libnoise library in C++ for more options. There is no plan to add these options to proclandr anytime soon. 🤷