summaryrefslogtreecommitdiffstats
path: root/libraries/cogl/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/cogl/README')
-rw-r--r--libraries/cogl/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/libraries/cogl/README b/libraries/cogl/README
new file mode 100644
index 0000000000..d43b00edda
--- /dev/null
+++ b/libraries/cogl/README
@@ -0,0 +1,11 @@
+Cogl is a small open source library for using 3D graphics hardware for
+rendering. The API departs from the flat state machine style of OpenGL
+and is designed to make it easy to write orthogonal components that
+can render without stepping on each others toes.
+
+Having other backends, besides OpenGL, such as drm, Gallium or D3D are
+options we are interested in for the future.
+
+Below variables can be used to configure the build:
+ GTKDOC=yes : Use gtk-doc to build documentation
+ INTROSPECTION=no : Disable introspection for this build