ambient-package {ambient} | R Documentation |
ambient: A Generator of Multidimensional Noise
Description
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 perturbation in either 2, 3, or 4 (in case of simplex and white noise) dimensions.
Author(s)
Maintainer: Thomas Lin Pedersen thomasp85@gmail.com (ORCID)
Authors:
Jordan Peck (Developer of FastNoise)
References
https://github.com/Auburn/FastNoiseLite
See Also
Useful links:
Report bugs at https://github.com/thomasp85/ambient/issues
[Package ambient version 1.0.2 Index]