summaryrefslogtreecommitdiffstats
path: root/libraries/OpenSceneGraph/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/OpenSceneGraph/README')
-rw-r--r--libraries/OpenSceneGraph/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/OpenSceneGraph/README b/libraries/OpenSceneGraph/README
new file mode 100644
index 0000000000..58c982f7fe
--- /dev/null
+++ b/libraries/OpenSceneGraph/README
@@ -0,0 +1,7 @@
+The OpenSceneGraph is an OpenSource cross platform graphics toolkit for
+the development of high performance graphics applications such as flight
+simulators, games, virtual reality and scientific visualization. Based
+around the concept of a SceneGraph, it provides an object oriented
+framework on top of OpenGL freeing the developer from implementing and
+optimizing low level graphics calls, and provides many additional
+utilities for rapid development of graphics applications.