Good libraries for C/C++
I wanted to know, apart from open GL, what other libraries for graphics and sprites for C/C++ are good. And also what other libraries are generally useful to handle operations (for example array operatios and other math stuff)
Check out http://www.spriteworld.org/
Quote:Originally posted by ClarustheDogCowThat seems to only be for Classic.
Check out http://www.spriteworld.org/
Quote:Originally posted by macboy
That seems to only be for Classic.
Nope.
http://www.pairlist.net/pipermail/swml/2002/001805.html
also, SDL and Allegro are available for Mac
http://www.libsdl.org/
http://alleg.sf.net/
For array operations, and things like sets, hash tables and similar types, I would recommend STL (the Standard Template Library). STLport, stlport.org has a really good implementation with great debugging capabilities. As for a math library, I remember seing a pretty good one, but I can't remember its name. I'll get back to you if I find it.

