This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Graphics library


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]