gtk

Hello,

does anyone have experiences with using gtk as gui library AND write cross platform applications (linux/windows) which use OpenGL and got them running on both platforms?

Thanks
Jan

I’ve heard that gtk support unter Windows is abit unstable/buggy.

I prefer wxWindows. It’s a easy to use/learn/what ever library for GUI and may other OS-dependent topics.

www.wxwindows.org

PS: wxWindows is C++, if you have to stick with C gtk seems to be the best choice (imho).

PS2: Both have direct OpenGL-Support of course.