This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
RE: Graphics library
- To: "'Glenn Brunson'" <gbrunson at lanl dot gov>
- Subject: RE: Graphics library
- From: "Rupert Wood" <me at rupey dot net>
- Date: Thu, 18 Oct 2001 08:06:42 +0100
- Cc: <help-gcc at gnu dot org>
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.