cl-gltf
A library to parse and serialize the glTF file format.
$ area51 add cl-gltfCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-gltf:some-function ...)A library to parse and serialize the glTF file format.
$ area51 add cl-gltfCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-gltf:some-function ...)