Package: rayvertex
Type: Package
Title: 3D Software Rasterizer
Version: 0.12.0
Date: 2025-01-02
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")),
    person("Sean", "Barrett", 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: GPL (>= 3)
Copyright: file inst/COPYRIGHTS
Depends: R (>= 4.1)
Imports: Rcpp (>= 1.0.6), grDevices, rayimage (>= 0.15.1), png, digest,
        pillar (>= 1.10.1), vctrs, tibble, withr, cli
Suggests: Rvcg, magick, raster, testthat (>= 3.0.0)
LinkingTo: Rcpp, spacefillr, RcppThread, rayimage
RoxygenNote: 7.3.2
URL: https://www.rayvertex.com,
        https://github.com/tylermorganwall/rayvertex
BugReports: https://github.com/tylermorganwall/rayvertex/issues
Encoding: UTF-8
SystemRequirements: C++17
Config/testthat/edition: 3
NeedsCompilation: yes
Packaged: 2025-02-01 21:57:38 UTC; tyler
Author: Tyler Morgan-Wall [aut, cph, cre]
    (<https://orcid.org/0000-0002-3131-3814>),
  Syoyo Fujita [ctb, cph],
  Vilya Harvey [ctb, cph],
  G-Truc Creation [ctb, cph],
  Sean Barrett [ctb, cph]
Repository: CRAN
Date/Publication: 2025-02-03 08:20:02 UTC
Built: R 4.5.2; x86_64-w64-mingw32; 2025-11-08 03:58:12 UTC; windows
Archs: x64
