summaryrefslogtreecommitdiffstats
path: root/graphics/alembic-framework/README
diff options
context:
space:
mode:
author Giancarlo Dessi <slack@giand.it>2023-11-16 10:16:13 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-11-16 12:04:56 +0700
commit30a3441f986e36153827d431efc361b1048070e9 (patch)
tree9f067fbad80754fe22a4005c0ebb08955f63211a /graphics/alembic-framework/README
parentf3e08b64e2de1f839ffd08c5fd27d94ab51f51d7 (diff)
downloadslackbuilds-30a3441f986e36153827d431efc361b1048070e9.tar.gz
slackbuilds-30a3441f986e36153827d431efc361b1048070e9.tar.xz
graphics/alembic-framework: Added (CGI framework).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/alembic-framework/README')
-rw-r--r--graphics/alembic-framework/README17
1 files changed, 17 insertions, 0 deletions
diff --git a/graphics/alembic-framework/README b/graphics/alembic-framework/README
new file mode 100644
index 0000000000..5d4b45e870
--- /dev/null
+++ b/graphics/alembic-framework/README
@@ -0,0 +1,17 @@
+Alembic is an open computer graphics interchange framework. Alembic
+distills complex, animated scenes into a non-procedural, application-
+independent set of baked geometric results. This 'distillation' of
+scenes into baked geometry is exactly analogous to the distillation
+of lighting and rendering scenes into rendered image data.
+
+Alembic is focused on efficiently storing the computed results of
+complex procedural geometric constructions. It is very specifically not
+concerned with storing the complex dependency graph of procedural tools
+used to create the computed results.
+
+HDF5 is an optional dependency autodetected with the support enabled by
+default if found in your system. You can disable it passing to the
+script an environment variable as following:
+ HDF5=no ./alembic-framework.Slackbuild
+
+alembic-framework is an optional dependency for Blender autodetected.