Package: rayrender
Type: Package
Title: Build and Raytrace 3D Scenes
Version: 0.38.10
Date: 2025-02-24
Authors@R: c(person("Tyler", "Morgan-Wall", email = "tylermw@gmail.com", 
    role = c("aut", "cph", "cre"), comment = c(ORCID = "0000-0002-3131-3814")),
    person("Syoyo", "Fujita", role=c("ctb", "cph")),
    person("Melissa", "O'Neill", email = "oneill@pcg-random.org", role = c("ctb", "cph")),
    person("Vilya", "Harvey", role = c("ctb", "cph")))
Maintainer: Tyler Morgan-Wall <tylermw@gmail.com>
Description: Render scenes using pathtracing. Build 3D scenes out of spheres, cubes, planes, disks, triangles, cones, curves, line segments, cylinders, ellipsoids, and 3D models in the 'Wavefront' OBJ file format or the PLY Polygon File Format. Supports several material types, textures, multicore rendering, and tone-mapping. Based on the "Ray Tracing in One Weekend" book series. Peter Shirley (2018) <https://raytracing.github.io>.
License: GPL-3
Copyright: file inst/COPYRIGHTS
Depends: R (>= 4.1.0)
Imports: Rcpp (>= 1.0.0), parallel, magrittr, png, raster, decido,
        rayimage (>= 0.15.1), stats, progress, rayvertex (>= 0.12.0),
        withr, vctrs, cli, pillar
Suggests: sf, spData, dplyr, Rvcg, testthat (>= 3.2.3), tibble,
        rayshader (>= 0.38.9), xml2, rgl
LinkingTo: Rcpp, RcppThread, progress, spacefillr (>= 0.3.0), testthat
URL: https://www.rayrender.net,
        https://github.com/tylermorganwall/rayrender,
        http://www.rayrender.net/
RoxygenNote: 7.3.2
SystemRequirements: C++20
Biarch: true
Encoding: UTF-8
Config/testthat/edition: 3
Config/build/compilation-database: true
NeedsCompilation: yes
Packaged: 2025-02-28 04:32:49 UTC; tyler
Author: Tyler Morgan-Wall [aut, cph, cre]
    (<https://orcid.org/0000-0002-3131-3814>),
  Syoyo Fujita [ctb, cph],
  Melissa O'Neill [ctb, cph],
  Vilya Harvey [ctb, cph]
Repository: CRAN
Date/Publication: 2025-02-28 15:20:02 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2025-11-01 04:45:15 UTC; windows
Archs: x64
