use graphics library in c linux.


 
Thread Tools Search this Thread
Top Forums Programming use graphics library in c linux.
# 1  
Old 06-12-2005
Computer use graphics library in c linux.

like what we have graphics.h in turbo c which works well on windows , do we have anything like that in linux.(i suppose ncurses may be one) Smilie
# 2  
Old 06-12-2005
You can try the QT libraries available on linux.

Vino
# 3  
Old 06-14-2005
vino but what are ncurses
# 4  
Old 06-14-2005
Quote:
Originally Posted by yogesh_powar
vino but what are ncurses
ncurses is, somehow, like conio.h in ms-dos only that it's much more complex. It is very usefull make menues and this stuffs in text mode. If you want to make GUI for your programs use qt or gtk Smilie
I started learning gtk and I can say that it's not so dificult...
# 5  
Old 06-15-2005
hello..

where can i find how to use gkt..
# 6  
Old 06-15-2005
Quote:
Originally Posted by arunkumar_mca
hello..
where can i find how to use gkt..
http://www.gtk.org/tutorial/ for GTK 2.0
http://www.gtk.org/tutorial1.2/ for GTK 1.2

You can get the same tutorials in pdf format, but I don't remember where I saw that... Smilie
# 7  
Old 06-16-2005
thank you for qt .
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Graphics Driver Support in Linux

It's not exactly a question and more of a discussion. I found very less graphics application being developed for linux system. I'm not really fond of graphics programming and have a very little knowledge about it. Can any one suggest me that whether linux lack in ghraphics support? or... (2 Replies)
Discussion started by: kg_gaurav
2 Replies

2. UNIX for Dummies Questions & Answers

Install library in linux

Hello, I try to install a library (BLCR) on Ubuntu , i'd like to install it on two machines. This library has a respository named blcr-build , i have this rep in /home/user1 in machine1 and in /home/user2 in machine2. When can i store this repository of the library so i will have the same path... (1 Reply)
Discussion started by: chercheur857
1 Replies

3. OS X (Apple)

[Solved] links2 --enable-graphics from source, configure error: no graphics driver found.

Howdy I am trying to install links2 with graphics support on snow leopard 10.6.8 (xcode installed). I have had the program running last year, also installed from source - but then I had installed some image libraries with mac ports and fink - cannot reproduce that setup. Plus I would like to not... (6 Replies)
Discussion started by: butterbaerchen
6 Replies

4. Ubuntu

Installing NVIDIA-Linux 64-260.19.04.run graphics card

I am trying to install this NVIDIA-Linux 64-260.19.04.run graphics card, it is a GeForce GTX460 EVGA. I have tried all the commands to turn off the Xserver yes I can get it off yes I can get to root prompt or sudo prompt in home directory but every time I use the sh NVIDIA-Linux 64-260.19.04.run... (0 Replies)
Discussion started by: jackdevon
0 Replies

5. UNIX for Advanced & Expert Users

Linux, Python and Graphics

Hi Experts, I am designing a web page in Python that shows a graphical representation of the load on the various computing nodes of the Linux server. I am currently using ReportLab to generate the charts and graphs, but I seem to have some problems with that. I've reviewed ChartDirector. It... (2 Replies)
Discussion started by: davidfrank
2 Replies

6. UNIX for Dummies Questions & Answers

Graphics install on Linux

I'm trying to get RedHat 7.0 working on a Dell Latitude c600/c610 working. Well the graphics driver anyway. See no matter what I configure it wont work. Run Xconfigurator and it wont have the right drivers installed for me to pick etc etc. So I'll run Xconfigurator get a generic driver,... (1 Reply)
Discussion started by: merlin
1 Replies

7. UNIX for Dummies Questions & Answers

Linux graphics on a laptop

I'm trying to setup Redhat 7.0 on a Dell Latitude C600/C610. Only thing I can't get to work is the damn graphics resolution. It's all configured correct apart from that. What it is when I type 'startx' the resolution is huge. Shows about a quater of the screen resolution because of this. ... (1 Reply)
Discussion started by: merlin
1 Replies
Login or Register to Ask a Question