Gl in Gui

Started by
7 comments, last by Shade37337 18 years, 8 months ago
what Easy GUI lib could i use with opengl if i only want to make an window with it and the all other things with OpanGl/AL/ML?
A Programmer is Just a Tool which converts Coffeine into Code.
Advertisement
Quote:Original post by Shade37337
what Easy GUI lib could i use with opengl if i only want to make an window with it and the all other things with OpanGl/AL/ML?


You mean you want something to take care of window initialization for you? If so, check SDL.
----------------------------------------------------"Plant a tree. Remove a Bush" -A bumper sticker I saw.
but SDl is under LGPL and so i couldnt publish a game comercial
for learning i use SDL but i wanna a lib with commercial support but it should be
cheap!
A Programmer is Just a Tool which converts Coffeine into Code.
You mean something like GLUT?
Quote:Original post by Shade37337
but SDl is under LGPL and so i couldnt publish a game comercial
for learning i use SDL but i wanna a lib with commercial support but it should be
cheap!


You can use SDL for a commercial game. Loki used it. LGPL is less strict than GPL and you can link it to non-GPL code.
"It's such a useful tool for living in the city!"
glfw.
huh?
what do you mean with "less strict than GPL"?
does it mean i could use SDL ijn commercial software?
A Programmer is Just a Tool which converts Coffeine into Code.
yes, companies have already done so for Win32=>Linux/Mac ports of games (example: UT2K4). You just have to link the SDL as a DLL and you can use it for whar you like
yeah
A Programmer is Just a Tool which converts Coffeine into Code.

This topic is closed to new replies.

Advertisement