Page 1 of 1

good GUI library ?

Posted: Wed Jan 04, 2012 9:29 pm
by stanko51
Hello,

I don't want to spend time right now coding graphic functions, so I'm looking for a library with all the basics drawing function ready to use. Do you have any (free) suggestion for me ? What library did you use in your own OS ?

Thanks!

Re: good GUI library ?

Posted: Thu Jan 05, 2012 12:08 am
by CrypticalCode0
OpenGL or did you mean something else?

Re: good GUI library ?

Posted: Thu Jan 05, 2012 12:38 am
by rdos
I "ported" PicoGUI (or rather used it as a reference for ideas).

Re: good GUI library ?

Posted: Thu Jan 05, 2012 7:56 pm
by stanko51
ok thanks.
I guess i'll go with openGL then, it seems to be the most common and documented one.

Re: good GUI library ?

Posted: Thu Jan 05, 2012 9:25 pm
by stanko51
do you have a better suggestion ?

Re: good GUI library ?

Posted: Fri Jan 06, 2012 12:04 am
by MDM
You (generally) want to make a graphical library first (for example, OpenGL). After that you create your GUI library using your graphics library and input libraries.