I want to develop some graphical application in C using gcc compiler on Linux.
Which graphics library shall I use to start with? How can I start developing graphics appication on Linux using C?
I want to develop some graphical application in C using gcc compiler on Linux.
Share
If you are talking about straight graphics look at:
If you are talking GUI, QT would certainly be your best bet.