Setup opengl in gtk linux?

i’m using redhat 7.1 and using gtk as the tool… how can i setup opengl in gtk? is it the same as setup opengl in windows using vc?

i haven’t done that with gtk, but knowing that api, you should find an OpenGL widget for GTK… just the recommendation of an unexperienced linux developer

There are at least two.

A word of warning: do not use gtkglarea; it’s awful. Go for the newer GtkGlExt (http://gtkglext.sourceforge.net/).

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.