Hi thanks a lot for your help. The problem that i having now is how to draw a simple point on the screen? I have no clue what function just simply return a dot on the screen. It will be a greate help if you can show me how to do that? I really appreciate that.
Thank you very much Best regard Maverick --- In [email protected], "Brett W. McCoy" <[EMAIL PROTECTED]> wrote: > > On 03 Apr 2007 19:23:05 -0700, Thomas Hruska <[EMAIL PROTECTED]> wrote: > > Thai Ha Duong wrote: > > > Thanks a lot for your reply. > > > The platform that i will need to run it on Unix and GNU g4++ compiler > > > Thanks once more > > > > > > On 03 Apr 2007 19:01:16 -0700, Thomas Hruska <[EMAIL PROTECTED]> > > > wrote: > > >> duongthaiha wrote: > > >>> Can you give me an example to draw a point in 2D? Thank you very much. > > >>> I do appreciate that. > > >>> > > >>> Maverick > > >> You first have to specify platform and compiler. There is no standard > > >> way of doing what you want. > > > > GTK/GTK2 are about as "standard" as you'll get. There's also wxWindows. > > fltk is also a good cross-platform GUI toolkit, and is natively > written in C++ (as opposed to GTK+, which is a C API with a C++ > wrapper). And has good support for OpenGL. > > -- Brett > ------------------------------------------------------------ > "In the rhythm of music a secret is hidden; > If I were to divulge it, it would overturn the world." > -- Jelaleddin Rumi >
