[Gtk-sharp-list] GtkGlExt-Sharp help!!!

Mauricio Henriquez buho-1@entelchile.net
Wed, 27 Apr 2005 19:19:14 -0400


Hi to all:

I need to make the GtkGlExt-Sharp librarie to make some opengl rendering in
a gtk window, but I can't build the necesarie libraries like
gtkgl-sharp.dll, gdkgl-sharp.dll, and meay be you can send me your libraries
or help me to build my own, I all ready try to build the libraries (I
download the gtkglext-sharp.0.1.0, and try this on Windows Xp), but I can't
find in the package the files in the "generated" folder
(_GL_ATIVertexAttribArrayObject.cs, etc.), may be can you send me this files
or let me know where can I find them.

I realy need to get this libraries to work on windows and linux, becouse for
now I generate the all window context for opengl stuff with "glut" from TAO
(succefully on windows and linux), but if I want some widgets in a gtk
window to control the figure I have to lunch the "glut-window" from my
gtk-window in a diferent thread (otherwise the "glutmainloop" call lock the
gtk-window), and this can couse some extrange behavior on mono/linux, for
example I have to suspend a reasume the thread in the mono/linux version of
my program to refresh the opengl figure (surprisingly this is not needed in
the windows version), so it seems to be a better way to have the opengl
stuff inside the gtk-window.

Please help me with this...

Mauricio from Chili