Hello everyone, GtkGLExt, OpenGL extension to GTK, version 0.4.0 has been released.
http://gtkglext.sourceforge.net/ It provides the GDK objects which support OpenGL rendering in GTK, and gtk_widget API add-ons to make GTK+ widgets OpenGL-capable. As opposed to Jane Loff's GtkGLArea, it does not provide any OpenGL widget, but an interface to use OpenGL on *ANY* GTK+ widget. This release includes some important interface changes. The changes are for mainly supporting C++ wrapper, GtkGLExtmm. Since backwards compatibility has been broken, applications will need to be modified. * Arguments' order of gdk_gl_context_new() have been chaged. The new interface is convenient for C++ wrapper. * In connection with above, arguments' order of gtk_widget_set_gl_capability() have been changed. * gdk_gl_context_copy() function have been added. Could you please try it and tell me your comments? General Information =================== GtkGLExt is an OpenGL extension to GTK 2.0 or later. This package is composed of GdkGLExt library and GtkGLExt library. GdkGLExt library includes low-level OpenGL related objects, GdkGLConfig, GdkGLContext, GdkGLDrawable, GdkGLWindow, and so on, which has GLX like interface. GtkGLExt library includes high-level gtk_widget API add-ons using GdkGLExt, which extends *ANY* GTK+ widget to an OpenGL-capable widget. The objects included in these libraries are implemented using C and fully compliant with GLib's GObject and it's latest features. The official web site is: http://gtkglext.sourceforge.net/ The official download & development information site is: http://sourceforge.net/projects/gtkglext/ Supported Platforms =================== Currently GtkGLExt supports * UNIX platforms Tested on Linux (RedHat 7.3) and IRIX (6.5). * Win32 platforms Tested on Windows XP & 2000 Professional using MinGW/Cygwin environment. Thank you, -- Naofumi Yasufuku <[EMAIL PROTECTED]> "The best way to predict the future is to invent it." -- Alan Kay _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
