In article <[EMAIL PROTECTED]>,
 stanley <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> I have a problem in drawing opengl in Gentoo linux.
> 
> My requirement is I want to draw a simple 2D using normal fltk window,
> 
> I did this in windows(OS) in two different methods but the problem is with 
> linux.
> 1.Get the window handle, Get device context and rendering context,
> set pixel format and start drawing.
> 2.Using glstart() and glFinish().

I can't help with fltk2, but I don't like glstart/finish in general.

But I assume you have a good answer to the following:

- Do the gl demos work?
- Why don't use the fltk drawing api?
- Why don't use a GL window?
- Why don't use a GL window inside a normal window?

_______________________________________________
fltk-opengl mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-opengl

Reply via email to