On Tue, 2008-03-04 at 17:04 +0000, Carlos Pereira wrote:
I have red a few times that thread, that Owen started five years ago,
and apparently there is agreement in the essentials:
1) remove all the fat from Gtkglext, namely the wrapper functions
discussed in that thread, make it a small library that cares only for
opengl integration, that works in the X window system but also in
Windows and Mac OS X, exactly as Gtk.
Correct.
2) change the name, for example to Gtkglarea 2.0*, the legitimate
sucessor to Gtkglarea 1 (the last version of Gtkglarea that I
downloaded
last week is 1.99 and still comes with gtk_signal_connect and other
Gtk
1.2* functions deprecated long ago)
No, gtkglarea is dead. We don't want a new widget. We want being
able
to render to widgets using OpenGL as an alternative to using cairo.
That is, the GtkGlExt approach.
3) make it an official (but optional) Gtk library, downloadble from
www.gtk.org.
No. Push it into the Gtk+ tarball, probably as a new .so. Like gdk,
gdk-pixbuf, and gtk are different .so's.