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: | 1.0.0 |
Imports: | Rcpp (≥ 0.12.18), rlang, grDevices, graphics |
LinkingTo: | Rcpp |
Published: | 2020-03-21 |
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://ambient.data-imaginist.com, https://github.com/thomasp85/ambient |
NeedsCompilation: | yes |
SystemRequirements: | C++11 |
Materials: | README NEWS |
CRAN checks: | ambient results |
Reference manual: | ambient.pdf |
Package source: | ambient_1.0.0.tar.gz |
Windows binaries: | r-devel: ambient_1.0.0.zip, r-release: ambient_1.0.0.zip, r-oldrel: ambient_1.0.0.zip |
macOS binaries: | r-release (arm64): ambient_1.0.0.tgz, r-oldrel (arm64): ambient_1.0.0.tgz, r-release (x86_64): ambient_1.0.0.tgz, r-oldrel (x86_64): ambient_1.0.0.tgz |
Old sources: | ambient archive |
Reverse imports: | aRtsy |
Reverse suggests: | ggpattern, gridpattern |
Please use the canonical form https://CRAN.R-project.org/package=ambient to link to this page.