-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.64 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Package: rayvertex
Type: Package
Title: 3D Software Rasterizer
Version: 0.12.0
Date: 2025-01-02
Authors@R: c(person("Tyler", "Morgan-Wall", email = "[email protected]",
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 <[email protected]>
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
Roxygen: list(markdown = TRUE)
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
Remotes: tylermorganwall/rayimage, r-lib/pillar