summaryrefslogtreecommitdiffstats
path: root/libraries/cogl/README
diff options
context:
space:
mode:
author Ozan Türkyılmaz <ozan.turkyilmaz@gmail.com>2022-04-16 09:19:19 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-04-16 12:12:53 +0700
commit6cf58714b33fda76c37285bd5e0b7141648f5878 (patch)
treefac6b0d204a190b9397c47c88b520ad7c063d8ea /libraries/cogl/README
parentc512c10d871c040fa46f9d8c1b96444ce6db4fa2 (diff)
downloadslackbuilds-6cf58714b33fda76c37285bd5e0b7141648f5878.tar.gz
slackbuilds-6cf58714b33fda76c37285bd5e0b7141648f5878.tar.xz
libraries/cogl: Added (3D Graphics API).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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..adfda78b27
--- /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=yes : Enable introspection for this build