Package: rayvertex
Type: Package
Title: 3D Software Rasterizer
Version: 0.15.0
Date: 2026-05-25
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 <tylermw@gmail.com>
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
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
NeedsCompilation: yes
Packaged: 2026-06-15 11:20:03 UTC; tyler
Author: Tyler Morgan-Wall [aut, cph, cre] (ORCID:
    <https://orcid.org/0000-0002-3131-3814>),
  Syoyo Fujita [ctb, cph],
  Vilya Harvey [ctb, cph],
  G-Truc Creation [ctb, cph]
Repository: CRAN
Date/Publication: 2026-06-15 12:10:02 UTC
Built: R 4.6.0; x86_64-apple-darwin20; 2026-06-15 15:44:23 UTC; unix
Archs: rayvertex.so.dSYM
