vote up 0 vote down star
1

I would like to write a library that draws some opengl on a given window handle.

How can I initialize an opengl-context inside a given window? Is it possible to do that platform independent using SDL or some other library?

flag

50% accept rate
How does the data structure for your given, platform independent window look? – drhirsch Aug 18 at 17:18

2 Answers

vote up 1 vote down

Qt provides a very good, cross platform mechanism for opening an OpenGL context and drawing into it. For details, see QtOpenGL.

link|flag
vote up 0 vote down

You could use Open Producer or the OpenSceneGraph to do it as well.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.