hi,
this is URGENT!!!
i wanna know how i can initialise the graphics mode using c under linux platform.
suppose i have an array of int and i wanna put this info in piechart form
pls. tell me the libraries/headers to be included and some man command and links to tutorials will be great.
also tell about mouse initialisation for the same. i am new to developement under linux so pls. be polite enough.
thanx
On 05/04/04 02:27 -0700, yagnesh wrote:
hi,
this is URGENT!!!
i wanna know how i can initialise the graphics mode using c under linux platform.
suppose i have an array of int and i wanna put this info in piechart form
I suggest using gnuplot, since this is urgent. Or perhaps GD.
Devdas Bhagat
On Mon, 2004-04-05 at 14:57, yagnesh wrote:
hi,
pls. tell me the libraries/headers to be included and some man command and links to tutorials will be great.
Check ncurses. It provides you with graphics display on the console.
-----Original Message----- From: linuxers-bounces@mm.ilug-bom.org.in On Behalf Of Amish Munshi Sent: Monday, April 05, 2004 9:15 PM Subject: Re: [ILUG-BOM] Initialising graphics mode using c++ in linuxenvironment???
On Mon, 2004-04-05 at 14:57, yagnesh wrote: pls. tell me the libraries/headers to be included and some man command and links to tutorials will be great.
Check ncurses. It provides you with graphics display on the console.
curses will provide text based graphics to be shown (similar to redhat installation tool or linuxconf or sndconfig...) dont be misled by graphics...no pixel drawings possible afik.
Thanks and Regards, Kiran Ghag Web Page: http://kiran7.freeservers.com _________________________________________________ Computers are like air conditioners. They work fine until you start opening windows.
On Mon, Apr 05, 2004 at 04:37:45PM +0530, Kiran Ghag wrote:
-----Original Message----- From: linuxers-bounces@mm.ilug-bom.org.in On Behalf Of Amish Munshi Sent: Monday, April 05, 2004 9:15 PM Subject: Re: [ILUG-BOM] Initialising graphics mode using c++ in linuxenvironment???
On Mon, 2004-04-05 at 14:57, yagnesh wrote: pls. tell me the libraries/headers to be included and some man command and links to tutorials will be great.
Check ncurses. It provides you with graphics display on the console.
curses will provide text based graphics to be shown (similar to redhat installation tool or linuxconf or sndconfig...) dont be misled by graphics...no pixel drawings possible afik.
What about svglib and/or framebuffer?
Also check following: http://linux.tucows.com/graphics_libs_default.html Never used anything but you can tell us.
HTH. -Krishna.