summaryrefslogtreecommitdiffstats
path: root/libraries/libgltf/README
diff options
context:
space:
mode:
author Hunter Sezen2015-12-08 19:43:20 +0100
committer Willy Sudiarto Raharjo2015-12-08 19:59:54 +0100
commit4248e02d220ec066da521a25614961f9b865f288 (patch)
treed8f87febc4d9d230424862458470e35c7d1e4783 /libraries/libgltf/README
parent87788d147001a4db23ed060cbf03ae2adb73c318 (diff)
downloadslackbuilds-4248e02d220ec066da521a25614961f9b865f288.tar.gz
libraries/libgltf: Added (rendering library for glTF models).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libgltf/README')
-rw-r--r--libraries/libgltf/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/libgltf/README b/libraries/libgltf/README
new file mode 100644
index 0000000000..7c26fd56bc
--- /dev/null
+++ b/libraries/libgltf/README
@@ -0,0 +1,9 @@
+LIBGLTF is a C++ library for rendering OpenGL models stored in glTF format.
+
+The glTF, the GL Transmission Format, is the runtime asset format for
+the GL APIs: WebGL, OpenGL ES, and OpenGL. glTF bridges the gap between
+formats used by modeling tools and the GL APIs.
+
+LIBGLTF provides methods to load the OpenGL scene from glTF format and render
+it into an existing OpenGL context. LIBGLTF also allows to change the camera
+position so the scene can be displayed from different points of view.