Package: rayvertex Type: Package Title: 3D Software Rasterizer Version: 0.15.2 Date: 2026-06-19 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")), person("G-Truc Creation", role = c("ctb", "cph"))) Maintainer: Tyler Morgan-Wall Description: Rasterize images using a 3D software renderer. 3D scenes are created either by importing external files, building scenes out of the included objects, or by constructing meshes manually. Supports point and directional lights, anti-aliased lines, shadow mapping, transparent objects, translucent objects, multiple materials types, reflection, refraction, environment maps, multicore rendering, bloom, tone-mapping, and screen-space ambient occlusion. License: MIT + file LICENSE Copyright: file inst/COPYRIGHTS Depends: R (>= 4.1) Imports: Rcpp (>= 1.0.6), grDevices, rayimage (>= 0.26.1), digest, pillar (>= 1.10.1), vctrs, tibble, withr, cli Suggests: Rvcg, magick, raster, testthat (>= 3.0.0) LinkingTo: Rcpp, spacefillr, RcppThread (>= 2.4.0), stbimageheaders Roxygen: list(markdown = TRUE) URL: https://www.rayvertex.com, https://github.com/tylermorganwall/rayvertex BugReports: https://github.com/tylermorganwall/rayvertex/issues Encoding: UTF-8 Config/testthat/edition: 3 Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libfontconfig1-dev libfreetype6-dev libfribidi-dev libharfbuzz-dev libicu-dev libjpeg-dev libpng-dev libtiff-dev libwebp-dev Repository: https://tylermorganwall.r-universe.dev Date/Publication: 2026-06-19 16:13:08 UTC RemoteUrl: https://github.com/tylermorganwall/rayvertex RemoteRef: HEAD RemoteSha: de447c65bd935effc7a10fd66c83e7388cc25e15 NeedsCompilation: yes Packaged: 2026-06-24 03:17:20 UTC; root Author: Tyler Morgan-Wall [aut, cph, cre] (ORCID: ), Syoyo Fujita [ctb, cph], Vilya Harvey [ctb, cph], G-Truc Creation [ctb, cph]