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!
good GUI library ?
-
- Member
- Posts: 81
- Joined: Wed Nov 09, 2011 2:21 am
- Location: Behind a keyboard located in The Netherlands
Re: good GUI library ?
OpenGL or did you mean something else?
Re: good GUI library ?
I "ported" PicoGUI (or rather used it as a reference for ideas).
Re: good GUI library ?
ok thanks.
I guess i'll go with openGL then, it seems to be the most common and documented one.
I guess i'll go with openGL then, it seems to be the most common and documented one.
Re: good GUI library ?
do you have a better suggestion ?
Re: good GUI library ?
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.