From 00e157e8c94117595c525d8fdf45dc5a75781326 Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Thu, 5 May 2011 22:37:57 +0100 Subject: [PATCH] Adds an initial cogl.doap file This adds an initial doap file for Cogl. --- cogl.doap | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 cogl.doap diff --git a/cogl.doap b/cogl.doap new file mode 100644 index 000000000..25ac9be20 --- /dev/null +++ b/cogl.doap @@ -0,0 +1,46 @@ + + + + Cogl + cogl + + A hardware accelerated 3D graphics API + + Cogl is a small open source software library for using 3D graphics hardware to draw pretty pictures. 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. Cogl currently supports OpenGL ES 1.1/2.0 and OpenGL > 1.3 (or 1.2 if you have the GL_ARB_multitexture extension), and having Gallium or D3D backends are options for the future. + + + + + + + + C + + + + Robert Bragg + + rbragg + + + + + + Neil Roberts + + nroberts + + + + + + + + + + +