PDA

View Full Version : FOSS C++ Graphics Library.... Which one?


aditya.shevade
12-03-2008, 02:46 PM
Hey

Can someone please tell me about any good OpenSource Graphics library for C/C++? All I want is to be able to draw basic shapes with it.

And a guide about using it and bundling it with my program source (for portability) will be very helpful.

Aditya

mehulved
12-03-2008, 03:51 PM
svgalib? - http://db.glug-bom.org/wiki/index.php/Trivial_Graphics_Programming_with_GCC_and_Svgalib

aditya.shevade
12-03-2008, 07:29 PM
Thanks Mehul. I will give it a try.