slackbuilds/libraries/libdraco
Giancarlo Dessi 8a225ddfed
libraries/libdraco: Added (3D data compression).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-11-12 12:54:13 +07:00
..
README
gltf_decoder_cc.patch
gltf_utils_h.patch
libdraco.SlackBuild
libdraco.info
slack-desc

README

Draco is a library for compressing and decompressing 3D geometric
meshes and point clouds. It is intended to improve the storage and
transmission of 3D graphics.

Draco was designed and built for compression efficiency and speed. The
code supports compressing points, connectivity information, texture
coordinates, color information, normals, and any other generic
attributes associated with geometry.

Draco is supported as optional dependency by applications that can take
advantage by strong compression of 3D graphics (Blender, qgis, pdal,
for example).