aboutsummaryrefslogtreecommitdiff
path: root/libraries/libgta/README
diff options
context:
space:
mode:
authorChristoph Willing <chris.willing@linux.com>2018-05-23 00:28:57 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-05-26 06:59:24 +0700
commit8c9de37fc99ea78fa09a6f66782dce441efa82e1 (patch)
treec571b80aa4011c4684099ad5e21697986848e83a /libraries/libgta/README
parent3328a62981d8a1473d2a7343829157b1ea112b68 (diff)
downloadslackbuilds-8c9de37fc99ea78fa09a6f66782dce441efa82e1.tar.xz
libraries/libgta: Added (Generic Tagged Arrays Library).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/libgta/README')
-rw-r--r--libraries/libgta/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/libgta/README b/libraries/libgta/README
new file mode 100644
index 000000000000..3b212778fce1
--- /dev/null
+++ b/libraries/libgta/README
@@ -0,0 +1,7 @@
+The GTA project provides a file format called Generic Tagged Arrays that
+- is very easy to use
+- can store any kind of multidimensional array data
+- allows generic manipulations of array data
+- allows conversion to and from other file formats
+
+This libgta package is an optional requirement for OpenSceneGraph.