public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Graphics library
@ 2001-10-17 12:39 Glenn Brunson
  2001-10-18  0:07 ` Rupert Wood
  0 siblings, 1 reply; 2+ messages in thread
From: Glenn Brunson @ 2001-10-17 12:39 UTC (permalink / raw)
  To: help-gcc

I would like to find a screen graphics library to use with gcc.  I'm
looking for the basic stuff like moveto, lineto, setcolor, etc.  Can you
help me?
Glenn Brunson 

Half a loaf is better than no rest at all. 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* RE: Graphics library
  2001-10-17 12:39 Graphics library Glenn Brunson
@ 2001-10-18  0:07 ` Rupert Wood
  0 siblings, 0 replies; 2+ messages in thread
From: Rupert Wood @ 2001-10-18  0:07 UTC (permalink / raw)
  To: 'Glenn Brunson'; +Cc: help-gcc

Glenn Brunson wrote:

> I would like to find a screen graphics library to use with gcc.

Available graphics libraries depend much more on your platform and
operating system than they do on your compiler.

The only cross-platform library I can think of is SDL
( http://www.libsdl.org/ ) but it's probably a bit low level for what
you're after. If you're using Linux on a PC then there's also svgalib
( http://www.svgalib.org/ ) but again that's probably too low level.

You might want to try searching on http://sourceforge.net/ and
http://freshmeat.net/ for libraries to match your platform.

Rup.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-10-18  0:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-17 12:39 Graphics library Glenn Brunson
2001-10-18  0:07 ` Rupert Wood

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).