ambient-package {ambient}R Documentation

ambient: A Generator of Multidimensional Noise

Description

logo

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:

References

https://github.com/Auburn/FastNoiseLite

See Also

Useful links:


[Package ambient version 1.0.2 Index]