Package: ambient
Type: Package
Title: A Generator of Multidimensional Noise
Version: 1.0.2
Authors@R: 
    c(person(given = "Thomas Lin",
             family = "Pedersen",
             role = c("cre", "aut"),
             email = "thomasp85@gmail.com",
             comment = c(ORCID = "0000-0002-5147-4711")),
      person(given = "Jordan",
             family = "Peck",
             role = "aut",
             comment = "Developer of FastNoise"))
Maintainer: Thomas Lin Pedersen <thomasp85@gmail.com>
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
Encoding: UTF-8
SystemRequirements: C++11
Depends: R (>= 3.0.2)
Imports: rlang, grDevices, graphics, stats
LinkingTo: cpp11 (>= 0.4.2)
RoxygenNote: 7.2.1
URL: https://ambient.data-imaginist.com,
        https://github.com/thomasp85/ambient
BugReports: https://github.com/thomasp85/ambient/issues
Suggests: covr
NeedsCompilation: yes
Packaged: 2022-09-05 07:17:52 UTC; thomas
Author: Thomas Lin Pedersen [cre, aut]
    (<https://orcid.org/0000-0002-5147-4711>),
  Jordan Peck [aut] (Developer of FastNoise)
Repository: CRAN
Date/Publication: 2022-09-08 11:12:56 UTC
Built: R 4.5.1; x86_64-w64-mingw32; 2025-10-06 01:00:00 UTC; windows
Archs: x64
