Files
awesome-cpp/temp.txt
2014-07-23 15:22:52 +04:30

39 lines
1.2 KiB
Plaintext

* []() - .
Cairo - A good graphcis library similar to QuickDraw/Quartz on Mac OS X.
http://www.cairographics.org/
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).
http://www.libusb.org/
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.
http://www.webkit.org/
OpenGL
DirectX
a very good, easy to use image library, good for messing around with
http://cimg.sourceforge.net/
Log4cpp
templog library. a very small and lightweight C++ library which you can use to add logging to your C++ applications.
http://www.templog.org/
The LLVM Compiler Infrastructure
http://llvm.org/
casacore
A set of c++ core libraries derived from aips++
https://code.google.com/p/casacore/
rcf-cpp
Inter-process communication framework for C++
https://code.google.com/p/rcf-cpp/
http://scripts.mit.edu/~6.270/contestants/workshops/awesomec.pdf
Cocos2d-x - a C++ OpenGL 2D and 3D game engine. Uses C++ but has JS and Lua bindings. Target all the major mobile platforms and operating systems. Additional tools CocoStudio and Cocos Code IDE.