From: Chad A. <ae...@ae...> - 2002-01-16 20:30:12
|
Kevin, what license is your code under? Also, I forgot something I'd like out of the library: - small footprint (doesn't need to be excessively small, but I don't use the standard C++ library in Windows for this reason, as it incurs a dependency on msvcp60.dll) - as few dependencies as possible in the core library (libmng (which subsumes libpng, zlib, and jpeglib) is okay, but something like DirectX or OpenGL isn't) |