diff options
author | Christoph Willing <chris.willing@linux.com> | 2018-05-23 00:28:57 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-05-26 06:59:24 +0700 |
commit | 8c9de37fc99ea78fa09a6f66782dce441efa82e1 (patch) | |
tree | c571b80aa4011c4684099ad5e21697986848e83a /libraries/libgta/README | |
parent | 3328a62981d8a1473d2a7343829157b1ea112b68 (diff) | |
download | slackbuilds-8c9de37fc99ea78fa09a6f66782dce441efa82e1.tar.gz |
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/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/libgta/README b/libraries/libgta/README new file mode 100644 index 0000000000..3b212778fc --- /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. |