Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
hi i have to teach some physics simulation through C and as a part the reesult has to be plotted on the screen. Which package i have to use. I am using Turbo C and now i want to switch over to Linux. I have tried SVGAlib. it is good but it has to be run as root. moreover network support is noe there. So I am thinking of using Gtk, etc for this. But these seem to be very lengthy. We need only some dots and lines, nothing more. So which is more convenient. gtk, motif, xfree86 etc? More over is it possible to reduce the programming overhead if we need only some dots and lines. Please give some suggestion
You might try using low-level xlib programming. Search the web for tutorials on that.
0
Response Number 3
Name: peter4u Date: July 15, 2002 at 10:07:08 Pacific
Reply:
Hi, Have you tried "glade"?
It is a graphic environment based on gtk with some nice support and also some good examples. I basically provides you with templates for the various graphical objects. It supports also a plot-screen.
It comes with RH, follow the gnome-menu -> development.
Summary: How to control of netfilter using C language? Hello all: Now,I am study IPtables and netfilter. I know how to set up rules using IPtables.But I wonder to send the rules to netfilter using ...
Summary: How to get the Scancode value for keyboard in Linux using C++ language. There is one header vgakeyboard.h ,How to include this header in to our file and is there any lib file for this header. how to...
Summary: Hi, I am writting desktop applications (use C/C++) run on multi platforms (Windows, Linux). I try to create Graphic User Interfaces for applications but I do not know the libraries. So I cannot. ...