I'm looking for a few new libraries and for C and C++. In the past most of the time I "accidently" stumbled across a few - and most of them found good use in projects I worked on.
Libraries should run on Mac OS X and Linux/POSIX and possibly on Windows.
- Lua - A minimal and fast scripting engine for configuration files and basic application scripting.
- V8 - A fast JavaScript by Google engine similar to WebKit's JavaScriptCore.
- Cairo - A good graphcis library similar to QuickDraw/Quartz on Mac OS X.
- ZBar - A barcode scanner library, which allows to scan photos/images/video streams for barcodes and return their value.
- ZLib - A very compact compression library for data streams. Used zziblib and minizip, too.
- DynaPDF - A easy-to-use PDF generation library.
- libusb - A universal USB library which allows for portable access to USB devices (I used this to write a basic driver for a custom POS printer).
- WebKit - This is a really nice one if you want to render HTML/Web contents and use it in applications to give your users a "richer" user experience.
- Qt4 - The general purpose framework for all kinds of desktop (and possibly mobile) development. Spending a lot of my time with that - no idea how I could forget that. ;)
This should be marked community wiki. Please update if you have something interesting to add!
Thanks!
Update 1
I'm not looking for "productivity" libraries like Boost or STL. Instead I'm looking for "interesting new stuff" of random genres - be it graphics libraries, scripting libraries, network or even MOD/MIDI playing libraries. Sorry I didn't make that clear before.