Re: [Gimp-developer] OpenGL under GIMP ??

2004-04-30 Thread Nathan Carl Summers
On 30 Apr 2004, Sven Neumann wrote:

 Hi,

 Pablo Quinta Vidal [EMAIL PROTECTED] writes:

  This is my first post to the list and I want to know if its possible
  to use OpenGL under GIMP.

 GIMP doesn't use OpenGL but of course a GIMP plug-in can use whatever
 library it wants to use as long as it's possible to integrate it with
 the GLib main loop.

Try GtkGLExt.  It's at http://gtkglext.sourceforge.net

Rockwalrus

___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer


Re: [Gimp-developer] OpenGL under GIMP ??

2004-04-29 Thread Sven Neumann
Hi,

Pablo Quinta Vidal [EMAIL PROTECTED] writes:

 This is my first post to the list and I want to know if its possible
 to use OpenGL under GIMP.
 I need to do this because I am creating a plugin that will open some
 3D formats. I made a program in OpenGL to do this but the problem is
 how to integrate this program in a plugin.
 My idea is:
 1 Open the selected file with my program (wich is in the plugin)  in a
 preview window
 2 Select the visualization (angle,size,...)
 3 Pass the rendered image to the GIMP

GIMP doesn't use OpenGL but of course a GIMP plug-in can use whatever
library it wants to use as long as it's possible to integrate it with
the GLib main loop.


Sven

___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer