Package: rayrender Type: Package Title: Build and Raytrace 3D Scenes Version: 0.41.5 Date: 2026-06-30 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("Vilya", "Harvey", role = c("ctb", "cph"))) Maintainer: Tyler Morgan-Wall 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) . License: GPL-3 Copyright: file inst/COPYRIGHTS Depends: R (>= 4.1.0) Imports: Rcpp (>= 1.0.0), parallel, png, raster, decido, rayimage (>= 0.26.1), stats, progress, rayvertex (>= 0.15.0), withr, vctrs, cli, pillar Suggests: sf, spData, dplyr, Rvcg, testthat (>= 3.2.3), tibble, rayshader (>= 0.38.13), xml2, rgl LinkingTo: Rcpp, RcppThread (>= 2.4.0), progress, spacefillr (>= 0.3.0), testthat, libopenexr (>= 3.4.4), libimath (>= 3.2.2) URL: https://www.rayrender.net, https://github.com/tylermorganwall/rayrender, http://www.rayrender.net/ SystemRequirements: C++20 Biarch: true Encoding: UTF-8 Config/testthat/edition: 3 Config/build/compilation-database: true Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: cmake libfontconfig1-dev libfreetype6-dev libfribidi-dev libgdal-dev gdal-bin libgeos-dev make libharfbuzz-dev libicu-dev libjpeg-dev libpng-dev libtiff-dev libuv1-dev libwebp-dev libproj-dev libsqlite3-dev Repository: https://tylermorganwall.r-universe.dev Date/Publication: 2026-07-01 01:21:47 UTC RemoteUrl: https://github.com/tylermorganwall/rayrender RemoteRef: HEAD RemoteSha: 78e8cfdfc1fe301c63dccd122b3e424b59fce026 NeedsCompilation: yes Packaged: 2026-07-01 06:51:52 UTC; root Author: Tyler Morgan-Wall [aut, cph, cre] (ORCID: ), Syoyo Fujita [ctb, cph], Vilya Harvey [ctb, cph]