[cairo-commit] [cairo-www] src/examples.mdwn

Carl Worth cworth at freedesktop.org
Tue May 18 12:22:51 PDT 2010


 src/examples.mdwn |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

New commits:
commit 3394d4c68c5ccf8769767ca3397fdc053f75e5a5
Author: jmouriz <jmouriz at web>
Date:   Tue May 18 12:22:51 2010 -0700

    Added simplest OpenGL Cairo texture example

diff --git a/src/examples.mdwn b/src/examples.mdwn
index eb22b7a..b8a5754 100644
--- a/src/examples.mdwn
+++ b/src/examples.mdwn
@@ -37,6 +37,11 @@ particular example with:
 
 	git clone git://people.freedesktop.org/~macslow/gl-cairo-cube
 
+[Juan Manuel Mouriz](http://www.facebook.com/juan.manuel.mouriz) provided another [simplest example](http://code.google.com/p/gtk-gl-slider) of using cairo-drawn
+graphics as dynamic textures for OpenGL. You can check out with:
+
+    svn checkout http://gtk-gl-slider.googlecode.com/svn/ gtk-gl-slider-read-only
+
 Further examples regarding cairo, glitz and OpenGL are described on
 the [[cairo_and_OpenGL|OpenGL]] page.
 
@@ -179,7 +184,7 @@ A quick demo showing how to use Cairo and XCB together.
 
   * Nicola Fontana is working on [ADG][68], a non-interactive cairo canvas
 
-  * Juan Manuel Mouriz is working on [sanaviron][72], a 2D drawing engine 
+  * Juan Manuel Mouriz also is working on [sanaviron][72], a 2D drawing engine 
     fully written in Python for represent composite vector graphics. This 
     is essentially a GTK+ Cairo based canvas.
 


More information about the cairo-commit mailing list