Type: Package
Package: ambient
Title: A Generator of Multidimensional Noise
Version: 1.0.3
Authors@R: c(
    person("Thomas Lin", "Pedersen", , "thomasp85@gmail.com", role = c("cre", "aut"),
           comment = c(ORCID = "0000-0002-5147-4711")),
    person("Jordan", "Peck", role = "aut",
           comment = "Developer of FastNoise")
  )
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.
License: MIT + file LICENSE
URL: https://ambient.data-imaginist.com,
        https://github.com/thomasp85/ambient
BugReports: https://github.com/thomasp85/ambient/issues
Depends: R (>= 3.0.2)
Imports: cli, graphics, grDevices, rlang (>= 1.1.0), stats
Suggests: covr
LinkingTo: cpp11 (>= 0.4.2)
Config/build/compilation-database: true
Config/usethis/last-upkeep: 2025-12-04
Encoding: UTF-8
RoxygenNote: 7.3.3
NeedsCompilation: yes
Packaged: 2025-12-04 08:22:17 UTC; thomas
Author: Thomas Lin Pedersen [cre, aut] (ORCID:
    <https://orcid.org/0000-0002-5147-4711>),
  Jordan Peck [aut] (Developer of FastNoise)
Maintainer: Thomas Lin Pedersen <thomasp85@gmail.com>
Repository: CRAN
Date/Publication: 2025-12-04 09:40:02 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2026-01-12 18:31:44 UTC; windows
Archs: x64
