Results 1 to 2 of 2
Hi all,
I am looking for a graphics library in C that works fine on every Linux distribution.
I came to know about GTK after googling. I would like to ...
- 10-03-2011 #1Just Joined!
- Join Date
- Oct 2011
- Posts
- 1
Graphics Library for all Linux distributions
Hi all,
I am looking for a graphics library in C that works fine on every Linux distribution.
I came to know about GTK after googling. I would like to know weather it is used pre-installed on every Linux distribution. If not what can be my options apart from GTK.
Thanks for help in advance.
Vipul
- 10-03-2011 #2
Which widget library you use depends on your desktop, not your distro. The Gnome and xfce desktops use gtk, KDE uses qt. Both of them will work on any Linux distro once installed.
Since most distros come with an installed default desktop, either gtk or qt will always be there at the start; the exceptions are text-only installations for servers and a few minimalist distros that require you to add the desktop yourself.
Even if you have one library pre-installed, you can always install the other by hand."I'm just a little old lady; don't try to dazzle me with jargon!"


Reply With Quote
