Re: question on opengl with gtk+

2012-10-26 Thread Vivien Malerba
On 24 October 2012 01:34, belal medhat wrote: > i want to make scientific software on proteins and molecular cell biology > i choose to use gtk+ because it is a beautiful GUI and cross platform on > mac unix linux windows platforms > and i will use with it CUDA gpu programming but i need to setu

Re: question on opengl with gtk+

2012-10-26 Thread Andy Spencer
On 2012-10-24 01:34, belal medhat wrote: > i want to make scientific software on proteins and molecular cell > biology i choose to use gtk+ because it is a beautiful GUI and cross > platform on mac unix linux windows platforms GtkGLExt doesn't run on Mac OSX, unless you run it under the X11 mode,

Re: question on opengl with gtk+

2012-10-26 Thread Agnel Kurian
I think the GTK+ OpenGL Extension should help you: http://projects.gnome.org/gtkglext/ For examples of usage, search Google Code and other FOSS hosting sites for any of the function names on this page: http://developer.gnome.org/gtkglext/stable/gtkglext-gtkglwidget.html Example: https://www.googl

gtk 3.6 Css Selector broblem

2012-10-26 Thread Denis Linvinus
Hi! I'm writing theme for gtk3.6 and found that "css selector" select incorrect style for far right button. I made a video recording with demonstration ( http://www.youtube.com/watch?v=9DIy_pAxf1g&feature=youtu.be), can anyone confirm this bug? css code for this demo available here http://pastebin.

question on opengl with gtk+

2012-10-26 Thread belal medhat
i want to make scientific software on proteins and molecular cell biology i choose to use gtk+ because it is a beautiful GUI and cross platform on mac unix linux windows platforms and i will use with it CUDA gpu programming but i need to setup opengl 4 on gtk+ panel or canvas how to make it manual