Package: rgl2gltf Type: Package Title: Read and Write '.gltf' and '.glb' Files Version: 1.0.8 Authors@R: c(person("Duncan", "Murdoch", role = c("aut", "cre"), email = "murdoch.duncan@gmail.com"), person("Morten S.", "Mikkelsen", role = c("cph"))) Maintainer: Duncan Murdoch Description: The 'glTF' file format is used to describe 3D models. This package provides read and write functions to work with it. License: GPL-2 Encoding: UTF-8 Depends: R (>= 3.5.0) Imports: jsonlite, rgl (>= 0.108.43), grDevices, R6, base64enc URL: https://github.com/dmurdoch/rgl2gltf BugReports: https://github.com/dmurdoch/rgl2gltf/issues Suggests: rmarkdown, knitr, misc3d, V8, manipulateWidget, png, jpeg VignetteBuilder: knitr, rmarkdown RoxygenNote: 7.3.3 Roxygen: list(markdown = TRUE) Config/pak/sysreqs: cmake libfreetype6-dev make libpng-dev libuv1-dev Repository: https://dmurdoch.r-universe.dev Date/Publication: 2026-03-06 15:59:57 UTC RemoteUrl: https://github.com/dmurdoch/rgl2gltf RemoteRef: HEAD RemoteSha: 890db2a94f440f1b8b4d0880ebda663418f3a9af NeedsCompilation: yes Packaged: 2026-06-07 18:26:41 UTC; root Author: Duncan Murdoch [aut, cre], Morten S. Mikkelsen [cph]