Just a simple doubt

Started by
3 comments, last by Mari_p 18 years, 8 months ago
Hi, I'm a beginner in Linux. Is it possible to use OpenGL in Linux without glut? That is, is there another way to create a window to use OpenGL. Thanks in advance
Advertisement
Yes, you can use SDL, GLFW and I believe you can bind GL with wxWindows. Or if you're really adventurous, with raw XLib.
GTK+ and qt do it as well.
I've recently converted my entire project to FLTK. Its pretty sweet you can check it out at www.fltk.org .
Thanks for the replies. They helped me a lot.

This topic is closed to new replies.

Advertisement