Hi,

I'm a little confused about the state of OpenGL integration in GTK+. I want to use a GTK+ 3 widget that allows me to draw using OpenGL in Vala. How do I go about this?

 * gtkglarea seems to provide this and supports GTK+ 3 since the latest
   patch, but it does not have Vala or Introspection support.
 * Tarnyko's patches to gtkglarea
   <http://www.tarnyko.net/en/?q=node/42> provide this with the Vala
   support, but were not merged into master, see here
   <https://mail.gnome.org/archives/gtk-devel-list/2014-August/msg00007.html>.
 * Tarnyko mentions there also is a GTK+ 3 port of GTKGLExt
   <https://github.com/tdz/gtkglext> being worked on.
 * I've read some things about Cairo OpenGL support. Is there a good
   way to get an OpenGL context from Cairo?
 * What about OpenGL integration directly in GTK+? That seems to be
   planned for the future.


Thanks in advance,
Florian
_______________________________________________
gtk-list mailing list
gtk-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to