GNOME Bugzilla – Bug 471417
Consider using clutter to replace gtkglext
Last modified: 2011-01-17 08:17:53 UTC
The Clutter project produces a library to make UIs using OpenGL (or an appropriate backend). We should investigate if Clutter is more appropriate than GtkGLEXT (which is now unmaintained). http://clutter-project.org/ Ultimately glChess should use the "industry standard" library for 3D in GTK+ so we maximise distribution and support.
An interesting clutter example, shows we would have to make custom clutter elements for the chess pieces etc: http://blog.eikke.com/index.php/ikke/2007/11/09/more_clutter
Clutter 0.8 announcement... http://butterfeet.org/?p=53 ...shows we can definitely do things in 3D: http://www.busydoingnothing.co.uk/blog/2008/06/06#AbusingClutter (When I last played it seemed 3D specific)
I mean _2D_ specific...
Now I know about clutter, it doesn't seem appropriate. The Vala version uses GLX directly so there is no external dependency anymore.