What is a good multiplatform vector graphics library for C/C++?

alvatar picture alvatar · Apr 6, 2009 · Viewed 8.8k times · Source

I'm looking for a good multiplatform library for vector graphics in C/C++. Any recommendation or thougts?

Thanks

EDIT: Thanks for all your answers!! Could anyone tell me the pros and cons of qt vs cairo, for example? Cairo got more votes, but it seems to be from 5 to 7 times slower according to some benchmarks...

Answer

Saulius Žemaitaitis picture Saulius Žemaitaitis · Apr 6, 2009

You can try out Cairo - it's opensource, not too heavy and has a flexible license.