Results 1 to 3 of 3
plz suggest how to do graphic programming in linux
which headers to include........................................... ............
- 10-01-2010 #1Just Joined!
- Join Date
- Sep 2010
- Posts
- 20
graphics programming in linux
plz suggest how to do graphic programming in linux
which headers to include........................................... .........
- 10-01-2010 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
There are a lot of ways to do that - gtk+, qt4, wxwin, native X-Windows libraries (xlib, motif, etc). Pick your poison. The gtk+ libraries are used extensively for Gnome, and qt4 for KDE desktop UIs. You need to do some reading/googling and learn more before you make such a decision. The headers you need depend upon the toolkit you choose.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 10-02-2010 #3Just Joined!
- Join Date
- Oct 2010
- Posts
- 2
It all depends on what type of graphic programming you want to do. Are you trying to make a simple 2-d game? a GUI? a screensaver? If you could be a little more specific on what you want to do I could probably help you out with a few commonly used libraries in that field and their pros and cons.


Reply With Quote