Generation of natural looking noise has many application within simulation, procedural generation, and art, to name a few. The 'ambient' package provides an interface to the 'FastNoise' C++ library and allows for efficient generation of perlin, simplex, worley, cubic, value, and white noise with optional pertubation in either 2, 3, or 4 (in case of simplex and white noise) dimensions.
Version: | 0.1.0 |
Imports: | Rcpp (≥ 0.12.18) |
LinkingTo: | Rcpp |
Published: | 2018-08-30 |
Author: | Thomas Lin Pedersen [cre, aut], Jordan Peck [aut] (Developer of FastNoise) |
Maintainer: | Thomas Lin Pedersen <thomasp85 at gmail.com> |
BugReports: | https://github.com/thomasp85/ambient/issues |
License: | MIT + file LICENSE |
URL: | https://github.com/thomasp85/ambient |
NeedsCompilation: | yes |
SystemRequirements: | C++11 |
Materials: | README |
CRAN checks: | ambient results |
Reference manual: | ambient.pdf |
Package source: | ambient_0.1.0.tar.gz |
Windows binaries: | r-devel: ambient_0.1.0.zip, r-release: ambient_0.1.0.zip, r-oldrel: ambient_0.1.0.zip |
OS X binaries: | r-release: ambient_0.1.0.tgz, r-oldrel: ambient_0.1.0.tgz |
Please use the canonical form https://CRAN.R-project.org/package=ambient to link to this page.