good GUI library ?

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
stanko51
Member
Member
Posts: 32
Joined: Fri Mar 27, 2009 6:58 pm

good GUI library ?

Post 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!
CrypticalCode0
Member
Member
Posts: 81
Joined: Wed Nov 09, 2011 2:21 am
Location: Behind a keyboard located in The Netherlands

Re: good GUI library ?

Post by CrypticalCode0 »

OpenGL or did you mean something else?
rdos
Member
Member
Posts: 3308
Joined: Wed Oct 01, 2008 1:55 pm

Re: good GUI library ?

Post by rdos »

I "ported" PicoGUI (or rather used it as a reference for ideas).
stanko51
Member
Member
Posts: 32
Joined: Fri Mar 27, 2009 6:58 pm

Re: good GUI library ?

Post by stanko51 »

ok thanks.
I guess i'll go with openGL then, it seems to be the most common and documented one.
stanko51
Member
Member
Posts: 32
Joined: Fri Mar 27, 2009 6:58 pm

Re: good GUI library ?

Post by stanko51 »

do you have a better suggestion ?
User avatar
MDM
Member
Member
Posts: 57
Joined: Wed Jul 21, 2010 9:05 pm

Re: good GUI library ?

Post 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.
Post Reply