README.md 34.4 KB
Newer Older
F
Faraz Fallahi 已提交
1 2
# Awesome C/C++
A curated list of awesome C/C++ frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
F
Faraz Fallahi 已提交
3

F
minor  
Faraz Fallahi 已提交
4
- [Awesome C/C++](#awesome-cpp)
F
Faraz Fallahi 已提交
5 6 7
	- [Standard Libraries](#standard-libraries)
	- [Frameworks](#frameworks)
	- [Artificial Intelligence](#artificial-intelligence)
F
Faraz Fallahi 已提交
8
	- [Asynchronous Event Loop](#asynchronous-event-loop)
F
Faraz Fallahi 已提交
9
	- [Audio](#audio)
R
Rodrigo Delduca 已提交
10
	- [Compression](#compression)
F
Faraz Fallahi 已提交
11 12 13 14
	- [Concurrency](#concurrency)
	- [Containers](#containers)
	- [Cryptography](#cryptography)
	- [Database](#database)
F
update  
Faraz Fallahi 已提交
15
	- [Debug](#debug)
F
Faraz Fallahi 已提交
16
	- [Game Engine](#game-engine)
F
Faraz Fallahi 已提交
17 18 19 20 21 22 23
	- [GUI](#gui)
	- [Graphics](#graphics)
	- [Imaging](#imaging)
	- [Internationalization](#internationalization)
	- [JSON](#json)
	- [Logging](#logging)
	- [Machine Learning](#machine-learning)
Q
questor/inter 已提交
24
	- [Math](#math)
F
Faraz Fallahi 已提交
25 26 27
	- [Mocking](#mocking)
	- [Multimedia](#multimedia)
	- [Networking](#networking)
S
SiPlus 已提交
28
	- [Physics](#physics)
F
Faraz Fallahi 已提交
29
	- [Scripting](#scripting)
F
Faraz Fallahi 已提交
30 31 32
	- [Serialization](#serialization)
	- [Web Application Framework](#web-application-framework)
	- [XML](#xml)
F
Faraz Fallahi 已提交
33
	- [Miscellaneous](#miscellaneous)
F
Faraz Fallahi 已提交
34
- [Software](#software)
F
Faraz Fallahi 已提交
35
	- [Compiler](#compiler)
F
Faraz Fallahi 已提交
36
	- [Online Compiler](#online-compiler)
F
Faraz Fallahi 已提交
37 38
	- [Debugger](#debugger)
	- [Integrated Development Environment](#integrated-development-environment)
Q
questor/inter 已提交
39
	- [Buildsystem](#buildsystem)
F
Faraz Fallahi 已提交
40
	- [Static Code Analysis](#static-code-analysis)
F
Faraz Fallahi 已提交
41
- [Resources](#resources)
F
Faraz Fallahi 已提交
42 43
	- [Articles](#articles)
	- [Books](#books)
F
Faraz Fallahi 已提交
44
	- [Coding Style](#coding-style)
F
Faraz Fallahi 已提交
45 46
	- [Videos](#videos)
	- [Websites](#websites)
F
Faraz Fallahi 已提交
47
- [Other Awesome Lists](#other-awesome-lists)
F
Faraz Fallahi 已提交
48 49 50
- [Contributing](#contributing)

## Standard Libraries
F
Faraz Fallahi 已提交
51
*C++ Standard Library - including STL Containers, STL Aglorithm, STL Functional, etc.*
F
Faraz Fallahi 已提交
52 53 54

* [C++ Standard Library](http://en.wikipedia.org/wiki/C%2B%2B_Standard_Library) - A collection of classes and functions, which are written in the core language and part of the C++ ISO Standard itself.
* [Standard Template Library](http://en.wikipedia.org/wiki/Standard_Template_Library) - The Standard Template Library (STL).
F
Faraz Fallahi 已提交
55
* [C POSIX library](http://en.wikipedia.org/wiki/C_POSIX_library) - A specification of a C standard library for POSIX systems.
F
typo  
Faraz Fallahi 已提交
56
* [ISO C++ Standards Committee](https://github.com/cplusplus) - ISO/IEC JTC1/SC22/WG21 - The C++ Standards Committee. [website](http://www.open-std.org/JTC1/SC22/WG21/)
F
Faraz Fallahi 已提交
57 58 59 60

## Frameworks
*C++ generic frameworks and libraries.*

61 62 63 64 65 66 67 68 69 70
* [Apache C++ Standard Library](http://stdcxx.apache.org/) - A collection of algorithms, containers, iterators, and other fundamental components. [Apache2]
* [ASL](http://stlab.adobe.com/) - Adobe Source Libraries provides peer-reviewed and portable C++ source libraries. [MIT]
* [Boost](https://github.com/boostorg) - A large collection of generic C++ libraries. [Boost] [website](http://www.boost.org/)
* [BDE](https://github.com/bloomberg/bde) - The BDE Development Environment from Bloomberg Labs. [MIT]
* [Cinder](http://libcinder.org/) - A community-developed, free and open source library for professional-quality creative coding. [BSD]
* [Cxxomfort](http://ryan.gulix.cl/fossil.cgi/cxxomfort/) - A small, header-only library that backports to C++03 some of the nifty C++11 goodies. [MIT]
* [Dlib](http://dlib.net/) - A general purpose cross-platform C++ library designed using contract programming and modern C++ techniques. [Boost]
* [EASTL](https://github.com/paulhodge/EASTL) - Public part of EA-STL. [BSD]
* [ffead-cpp](https://github.com/sumeetchhetri/ffead-cpp) - Framework for Enterprise Application Development. [Apache2]
* [Folly](https://github.com/facebook/folly) - An open-source C++ library developed and used at Facebook. [Apache2]
71
* [JUCE](https://github.com/julianstorer/JUCE) - An all-encompassing C++ class library for developing cross-platform software. [Core-Module: ISC, Rest: GPL2/GPL3/Commercial] [website](http://www.juce.com/)
72 73 74 75 76 77 78 79
* [libPhenom](https://github.com/facebook/libphenom) - libPhenom is an eventing framework for building high performance and high scalability systems in C. [Apache2]
* [LibSourcey](https://github.com/sourcey/libsourcey) - C++11 evented IO for real-time video streaming and high performance networking applications. [LGPL]
* [LibU](https://github.com/koanlogic/libu) - A multiplatform utility library written in C. [BSD]
* [Loki](http://loki-lib.sourceforge.net/) - A C++ library of designs, containing flexible implementations of common design patterns and idioms. [MIT]
* [MiLi](https://code.google.com/p/mili/) - Minimal headers-only C++ Library. [Boost]
* [openFrameworks](http://www.openframeworks.cc/) - An open source C++ toolkit for creative coding. [MIT]
* [Qt](http://qt-project.org/) - A cross-platform application and UI framework. [LGPL]
* [Reason](http://code.google.com/p/reason/) - A cross platform framework designed to bring the ease of use of Java, .Net, or Python to developers who require the performance and strength of C++. [GPLv2]
F
minor  
Faraz Fallahi 已提交
80
* [ROOT](http://root.cern.ch) - A set of OO frameworks with all the functionality needed to handle and analyze large amounts of data in a very efficient way. Used at CERN. [LGPL]
81 82 83 84
* [STXXL](http://stxxl.sourceforge.net/) - Standard Template Library for Extra Large Data Sets. [Boost]
* [Ultimate++](http://www.ultimatepp.org/) - A C++ cross-platform rapid application development framework. [BSD]
* [Windows Template Library](http://sourceforge.net/projects/wtl/) - A C++ library for developing Windows applications and UI components. [Public]
* [Yomm11](https://github.com/jll63/yomm11) - Open multi-methods for C++11. [Boost]
F
Faraz Fallahi 已提交
85

F
update  
Faraz Fallahi 已提交
86
## Artificial Intelligence
F
Faraz Fallahi 已提交
87

Q
questor/inter 已提交
88 89 90
* [btsk](https://github.com/aigamedev/btsk) - Game Behavior Tree Starter Kit. [zlib]
* [Evolving Objects](http://eodev.sourceforge.net/) - A template-based, ANSI-C++ evolutionary computation library which helps you to write your own stochastic optimization algorithms insanely fast. [LGPL]
* [Neu](https://github.com/andrometa/neu) - A C++ 11 framework, collection of programming languages, and multipurpose software system designed for: the creation of artificial intelligence applications. [BSD]
F
Faraz Fallahi 已提交
91

F
Faraz Fallahi 已提交
92 93
## Asynchronous Event Loop

Q
questor/inter 已提交
94 95 96 97
* [Boost.Asio](http://think-async.com/) - A cross-platform C++ library for network and low-level I/O programming. [Boost]
* [libev](http://libev.schmorp.de/) - A full-featured and high-performance event loop that is loosely modelled after libevent, but without its limitations and bugs. [BSD and GPL]
* [libevent](http://libevent.org/) - An event notification library. [BSD]
* [libuv](https://github.com/joyent/libuv) - Cross-platform asychronous I/O. [BSD]
F
Faraz Fallahi 已提交
98

F
update  
Faraz Fallahi 已提交
99 100
## Audio
*Audio, Sound, Music, Digitized Voice Libraries*
F
Faraz Fallahi 已提交
101

Q
questor/inter 已提交
102 103 104
* [FMOD](http://www.fmod.org/) - An easy to use crossplatform audio engine and audio content creation tool for games. [Free for non-commercial/Commercial]
* [Maximilian](https://github.com/micknoise/Maximilian) - C++ Audio and Music DSP Library. [MIT]
* [OpenAL](http://www.openal.org/) - Open Audio Library - A crossplatform audio API. [BSD/LGPL/Commercial]
F
Opus  
Faraz Fallahi 已提交
105
* [Opus](http://opus-codec.org/) - A totally open, royalty-free, highly versatile audio codec.
Q
questor/inter 已提交
106
* [Tonic](https://github.com/TonicAudio/Tonic) - Easy and efficient audio synthesis in C++. [Unlicense]
F
Faraz Fallahi 已提交
107

F
update  
Faraz Fallahi 已提交
108 109 110
## Compression
*Compression and Archiving Libraries*

Q
questor/inter 已提交
111 112
* [bzip2](http://www.bzip.org/) - A freely available, patent free, high-quality data compressor. [BSD]
* [doboz](https://bitbucket.org/attila_afra/doboz/overview) - Compression library with very fast decompression. [zlib]
F
minor  
Faraz Fallahi 已提交
113 114
* [PhysicsFS](https://icculus.org/physfs/) - A library to provide abstract access to various archives. It is intended for use in video games, and the design was somewhat inspired by Quake 3's file subsystem. [zlib]
* [KArchive](https://projects.kde.org/projects/frameworks/karchive) - A library for creating, reading, writing and manipulating file archives like zip and tar. It also provides transparent compression and decompression of data, using formats like gzip, via a subclass of QIODevice. [LGPL]
Q
questor/inter 已提交
115 116 117 118 119 120 121 122 123
* [LZ4](https://code.google.com/p/lz4/) - Extremely Fast Compression algorithm. [BSD]
* [LZHAM](https://code.google.com/p/lzham/) - Lossless data compression library with a compression ratio similar to LZMA but with much faster decompression. [BSD]
* [LZMA](http://www.7-zip.org/sdk.html) - The default and general compression method of 7z format. [LGPL]
* [LZMAT](http://www.matcode.com/lzmat.htm) - An extremely fast real-time lossless data compression library. [GPL]
* [miniz](https://code.google.com/p/miniz/) - Single C source file Deflate/Inflate compression library with zlib-compatible API, ZIP archive reading/writing, PNG writing. [Unlicense]
* [Minizip](https://github.com/nmoinvaz/minizip) - Zlib with latest bug fixes that supports PKWARE disk spanning, AES encryption, and IO buffering. [zlib]
* [Snappy](https://code.google.com/p/snappy/) - A fast compressor/decompressor. [BSD]
* [ZLib](http://zlib.net/) - A very compact compression library for data streams. [zlib]
* [ZZIPlib](http://zziplib.sourceforge.net/) - Provides read access on ZIP-archives. [MPL/LGPL]
F
Faraz Fallahi 已提交
124

F
Faraz Fallahi 已提交
125
## Concurrency
F
nope.c  
Faraz Fallahi 已提交
126
*Concurrency and Multithreading*
F
Faraz Fallahi 已提交
127

F
Faraz Fallahi 已提交
128 129
* [Boost.Compute](https://github.com/kylelutz/compute) - A C++ GPU Computing Library for OpenCL.
* [Bolt](https://github.com/HSA-Libraries/Bolt) - A C++ template library optimized for GPUs.
F
minor  
Faraz Fallahi 已提交
130
* [C++React](https://github.com/schlangster/cpp.react) - A reactive programming library for C++11. [Boost]
F
Faraz Fallahi 已提交
131
* [Intel TBB](https://www.threadingbuildingblocks.org/) - Intel® Threading Building Blocks.
F
Faraz Fallahi 已提交
132
* [Libclsph](https://github.com/libclsph/libclsph) - An OpenCL based GPU accelerated SPH fluid simulation library.
F
Faraz Fallahi 已提交
133
* [OpenCL](https://www.khronos.org/opencl/) - The open standard for parallel programming of heterogeneous systems.
F
Faraz Fallahi 已提交
134 135 136
* [OpenMP](http://openmp.org/) - The OpenMP API.
* [Thrust](http://thrust.github.io/) - A parallel algorithms library which resembles the C++ Standard Template Library (STL).
* [HPX](https://github.com/STEllAR-GROUP/hpx/) - A general purpose C++ runtime system for parallel and distributed applications of any scale.
F
Faraz Fallahi 已提交
137
* [VexCL](https://github.com/ddemidov/vexcl) - A C++ vector expression template library for OpenCL/CUDA.
F
Faraz Fallahi 已提交
138 139 140 141 142

## Containers

* [C++ B-tree](https://code.google.com/p/cpp-btree/) - A template library that implements ordered in-memory containers based on a B-tree data structure.

F
Faraz Fallahi 已提交
143
## Cryptography
F
update  
Faraz Fallahi 已提交
144
*Cryptography and Encryption Libraries*
F
Faraz Fallahi 已提交
145

F
Faraz Fallahi 已提交
146 147 148 149
* [Crypto++](http://www.cryptopp.com/) - A free C++ class library of cryptographic schemes. [Boost]
* [LibTomCrypt](https://github.com/libtom/libtomcrypt) - A fairly comprehensive, modular and portable cryptographic toolkit. [WTFPL]
* [libsodium](https://github.com/jedisct1/libsodium) - P(ortable|ackageable) NaCl-based crypto library, opinionated and easy to use. [ISC]
* [OpenSSL](http://www.openssl.org/) - A robust, commercial-grade, full-featured, and Open Source cryptography library. [Apache]
F
Faraz Fallahi 已提交
150

F
update  
Faraz Fallahi 已提交
151 152 153
## Database
*Database Libraries, SQL Servers, ODBC Drivers, and Tools*

F
Faraz Fallahi 已提交
154
* [hiberlite](https://github.com/paulftw/hiberlite) - C++ Object-relational mapping for sqlite3.
F
Hiredis  
Faraz Fallahi 已提交
155
* [Hiredis](https://github.com/redis/hiredis) - A minimalistic C client library for the Redis database.
F
Frank Denis 已提交
156
* [LMDB](http://symas.com/mdb/) - Very fast embedded key/value store with full ACID semantics.
Q
rocksdb  
questor/inter 已提交
157
* [RocksDB](https://github.com/facebook/rocksdb) - Embedded key-value store for fast storage from facebook.
F
Faraz Fallahi 已提交
158 159
* [SQLite](http://www.sqlite.org/) - A completely embedded, full-featured relational database in a few 100k that you can include right into your project.

F
update  
Faraz Fallahi 已提交
160 161 162
## Debug
*Debugging Libraries, Memory Leak and Resource Leak Detection, Unit Testing*

F
Catch  
Faraz Fallahi 已提交
163
* [Catch](https://github.com/philsquared/Catch) - A modern, C++-native, header-only, framework for unit-tests, TDD and BDD.
F
update  
Faraz Fallahi 已提交
164 165
* [CppUnit](http://sourceforge.net/projects/cppunit/) - C++ port of JUnit.
* [googletest](http://code.google.com/p/googletest/) - Google C++ Testing Framework.
Q
questor/inter 已提交
166
* [ig-debugheap](https://github.com/deplinenoise/ig-debugheap) - Multiplatform debug heap useful for tracking down memory errors.
F
libtap  
Faraz Fallahi 已提交
167
* [libtap](https://github.com/zorgnax/libtap) - Write tests in C.
168 169
* [microprofile](https://bitbucket.org/jonasmeyer/microprofile/overview) - Profiler with web-view for multiple platforms.
* [Remotery](https://github.com/Celtoys/Remotery) - Single C File Profiler with Web Viewer.
F
update  
Faraz Fallahi 已提交
170

F
Faraz Fallahi 已提交
171 172
## Game Engine

F
Faraz Fallahi 已提交
173
* [Cocos2d-x](http://www.cocos2d-x.org/) - A multi-platform framework for building 2d games, interactive books, demos and other graphical applications.
Q
questor/inter 已提交
174
* [Grit](http://gritengine.com/) - Community project to build a free game engine for implementing open world 3D games.
R
Rodrigo Delduca 已提交
175
* [Irrlicht](http://irrlicht.sourceforge.net/) - An open source high performance realtime 3D engine written in C++.
F
typo  
Faraz Fallahi 已提交
176
* [Polycode](http://polycode.org/) - Open-Source Framework for creating games in C++ (with Lua bindings).
F
Faraz Fallahi 已提交
177

F
Faraz Fallahi 已提交
178 179 180 181 182
## GUI
*Graphic User Interface*

* [GTK+](http://www.gtk.org/) - A multi-platform toolkit for creating graphical user interfaces.
* [gtkmm](http://www.gtkmm.org/en/) - The official C++ interface for the popular GUI library GTK+.
183
* [imgui](https://github.com/ocornut/imgui) - Immediate Mode Graphical User Interface with minimal dependencies.
184
* [libRocket](http://librocket.com/) - libRocket is a C++ HTML/CSS game interface middleware.
F
Faraz Fallahi 已提交
185
* [Ncurses](http://invisible-island.net/ncurses/) - A terminal user interfaces.
F
Faraz Fallahi 已提交
186 187
* [Qwt](http://qwt.sourceforge.net/) - Qt Widgets for Technical Applications.
* [QwtPlot3D](http://qwtplot3d.sourceforge.net/) - A feature-rich Qt/OpenGL-based C++ programming library, providing essentially a bunch of 3D-widgets.
R
Rodrigo Delduca 已提交
188
* [OtterUI](https://github.com/Twolewis/OtterUI) - OtterUI is a User Interface development solution for embedded systems and interactive entertainment software.
189
* [wxWidgets](http://wxwidgets.org/) - A C++ library that lets developers create applications for Windows, Mac OS X, Linux and other platforms with a single code base.
F
Faraz Fallahi 已提交
190 191 192

## Graphics

F
bgfx  
Faraz Fallahi 已提交
193
* [bgfx](https://github.com/bkaradzic/bgfx) - A cross-platform rendering library.
F
Faraz Fallahi 已提交
194
* [Cairo](http://www.cairographics.org/) - A 2D graphics library with support for multiple output devices.
195
* [CImg](http://cimg.sourceforge.net/) - A small, open source, C++ toolkit for image processing.
F
Horde3D  
Faraz Fallahi 已提交
196
* [Horde3D](https://github.com/horde3d/Horde3D) - A small 3D rendering and animation engine.
F
Faraz Fallahi 已提交
197 198
* [Ogre 3D](http://www.ogre3d.org/) - A scene-oriented, real-time, flexible 3D rendering engine (as opposed to a game engine) written in C++.
* [Panda3D](http://www.panda3d.org/) - A framework for 3D rendering and game development for Python and C++ .
F
typo  
Faraz Fallahi 已提交
199
* [Skia](https://github.com/google/skia) - A complete 2D graphic library for drawing Text, Geometries, and Images. [webpage](https://sites.google.com/site/skiadocs/home)
Q
questor/inter 已提交
200
* [urho3d](https://github.com/urho3d/Urho3D) - Cross-platform rendering and game engine.
F
Faraz Fallahi 已提交
201 202 203 204 205 206

## Internationalization

* [IBM ICU](http://site.icu-project.org/) - A set of C/C++ and Java libraries providing Unicode and Globalization support.
* [gettext](http://www.gnu.org/software/gettext/) - GNU `gettext'.

M
mattn 已提交
207 208
## JSON

F
V7  
Faraz Fallahi 已提交
209
* [frozen](https://github.com/cesanta/frozen) - :star: 20+ - JSON parser and generator for C/C++.
F
Faraz Fallahi 已提交
210
* [Jansson](https://github.com/akheron/jansson) - :star: 650+ - C library for encoding, decoding and manipulating JSON data.
F
V7  
Faraz Fallahi 已提交
211 212
* [jbson](https://github.com/chrismanning/jbson) - :star: <10 - jbson is a library for building & iterating BSON data, and JSON documents in C++14.
* [JeayeSON](https://github.com/jeaye/jeayeson) - :star: 10+ - A very sane (header only) C++ JSON library.
F
Faraz Fallahi 已提交
213 214 215 216 217 218
* [JSON++](https://github.com/hjiang/jsonxx) - :star: 130+ - A JSON parser in C++.
* [json11](https://github.com/dropbox/json11) - :star: 290+ - A tiny JSON library for C++11.
* [PicoJSON](https://github.com/kazuho/picojson) - :star: 170+ - A header-file-only, JSON parser serializer in C++.
* [qt-json](https://github.com/gaudecker/qt-json) - :star: 120+ - A simple class for parsing JSON data into a QVariant hierarchy and vice versa.
* [RapidJSON](https://github.com/miloyip/rapidjson) - :star: 170+ - A fast JSON parser/generator for C++ with both SAX/DOM style API.
* [YAJL](https://github.com/lloyd/yajl) - :star: 1,100+ - A fast streaming JSON parsing library in C.
F
Faraz Fallahi 已提交
219

F
Faraz Fallahi 已提交
220 221 222 223 224
## Logging

* [Log4cpp](http://log4cpp.sourceforge.net/) - A library of C++ classes for flexible logging to files, syslog, IDSA and other destinations.
* [templog](http://www.templog.org/) - A very small and lightweight C++ library which you can use to add logging to your C++ applications.

F
Faraz Fallahi 已提交
225 226
## Machine Learning

227
* [Caffe](https://github.com/BVLC/caffe) - A fast framework for neural networks.
F
Faraz Fallahi 已提交
228 229
* [CCV](https://github.com/liuliu/ccv) - C-based/Cached/Core Computer Vision Library, A Modern Computer Vision Library.
* [mlpack](http://www.mlpack.org/) - A scalable c++ machine learning library.
F
Faraz Fallahi 已提交
230
* [OpenCV](https://github.com/Itseez/opencv) - Open Source Computer Vision Library. [BSD] [website](http://opencv.org/)
231
* [Recommender](https://github.com/GHamrouni/Recommender) - C library for product recommendations/suggestions using collaborative filtering (CF).
F
Faraz Fallahi 已提交
232
* [SHOGUN](https://github.com/shogun-toolbox/shogun) - The Shogun Machine Learning Toolbox.
233
* [sofia-ml](https://code.google.com/p/sofia-ml/) - The suite of fast incremental algorithms for machine learning.
F
Faraz Fallahi 已提交
234

Q
questor/inter 已提交
235 236
## Math

Q
questor/inter 已提交
237 238
* [blaze](https://code.google.com/p/blaze-lib/) - high-performance C++ math library for dense and sparse arithmetic.
* [ceres-solver](http://ceres-solver.org/) - C++ library for modeling and solving large complicated nonlinear least squares problems from google.
239
* [cml](http://cmldev.net/) - free C++ math library for games and graphics.
F
minor  
Faraz Fallahi 已提交
240
* [Eigen](http://eigen.tuxfamily.org/) - A high-level C++ library of template headers for linear algebra, matrix and vector operations, numerical solvers and related algorithms. [MPL2]
Q
questor/inter 已提交
241

F
Faraz Fallahi 已提交
242 243 244 245 246 247
## Mocking

* [googlemock](http://code.google.com/p/googlemock/) - A library for writing and using C++ mock classes.

## Multimedia

248
* [GStreamer](http://gstreamer.freedesktop.org/) - A library for constructing graphs of media-handling components.
F
Faraz Fallahi 已提交
249
* [libVLC](https://wiki.videolan.org/LibVLC) - libVLC (VLC SDK) media framework.
F
minor  
Faraz Fallahi 已提交
250
* [QtAv](https://github.com/wang-bin/QtAV) - A multimedia playback framework based on Qt and FFmpeg to write a player easily. [LGPL] [website](http://wang-bin.github.io/QtAV/)
F
minor  
Faraz Fallahi 已提交
251
* [SFML](http://www.sfml-dev.org/) - Simple and Fast Multimedia Library.
F
Faraz Fallahi 已提交
252 253 254 255 256
* [SDL](http://www.libsdl.org/) - Simple DirectMedia Layer.

## Networking

* [ACE](http://www.cs.wustl.edu/~schmidt/ACE.html) - An OO Network Programming Toolkit in C++.
257
* [Boost.Asio](http://think-async.com/) - A cross-platform C++ library for network and low-level I/O programming.
F
Faraz Fallahi 已提交
258 259
* [Casablanca](http://casablanca.codeplex.com/) - C++ REST SDK.
* [cpp-netlib](http://cpp-netlib.org/) - A collection of open-source libraries for high level network programming.
F
Faraz Fallahi 已提交
260
* [Muduo](https://github.com/chenshuo/muduo) - A C++ non-blocking network library for multi-threaded server in Linux.
F
Faraz Fallahi 已提交
261
* [net_skeleton](https://github.com/cesanta/net_skeleton) - TCP client/server library for C/C++.
F
nope.c  
Faraz Fallahi 已提交
262
* [nope.c](https://github.com/riolet/nope.c) - A C language-based ultra-light software platform for scalable server-side and networking applications. Think node.js for C programmers.
F
Faraz Fallahi 已提交
263
* [Onion](https://github.com/davidmoreno/onion) - HTTP server library in C designed to be lightweight and easy to use.
F
Faraz Fallahi 已提交
264
* [POCO](http://pocoproject.org/) - C++ class libraries and frameworks for building network- and internet-based applications that run on desktop, server, mobile and embedded systems.
R
Rodrigo Delduca 已提交
265
* [Tufão](https://github.com/vinipsmaker/tufao) - An asynchronous web framework for C++ built on top of Qt.
F
Faraz Fallahi 已提交
266
* [WebSocket++](https://github.com/zaphoyd/websocketpp) - C++/Boost Asio based websocket client/server library.
F
Frank Denis 已提交
267
* [ZeroMQ](http://zeromq.org/) - High-speed, modular asynchronous communication library.
F
Faraz Fallahi 已提交
268

S
SiPlus 已提交
269 270 271 272
## Physics
*Dynamics simulation engines*

* [Box2D](https://code.google.com/p/box2d/) - A 2D physics engine for games.
F
typo  
Faraz Fallahi 已提交
273 274
* [Bullet](https://github.com/bulletphysics/bullet3) - A 3D physics engine for games. [website](http://bulletphysics.org)
* [Chipmunk](https://github.com/slembcke/Chipmunk2D) - A fast and lightweight 2D game physics library. [website](https://chipmunk-physics.net/)
F
google  
Faraz Fallahi 已提交
275
* [LiquidFun](https://github.com/google/liquidfun) - A 2D physics engine for games.
F
ODE  
Faraz Fallahi 已提交
276
* [ODE](http://www.ode.org/) - Open Dynamics Engine - An open source, high performance library for simulating rigid body dynamics.
277 278
* [ofxBox2d](https://github.com/vanderlin/ofxBox2d) - openFrameworks wrapper for Box2D.
* [Simbody](https://github.com/simbody/simbody) - High-performance C++ multibody dynamics/physics library for simulating articulated biomechanical and mechanical systems like vehicles, robots, and the human skeleton.
S
SiPlus 已提交
279

F
Faraz Fallahi 已提交
280 281
## Scripting

F
typo  
Faraz Fallahi 已提交
282
* [ChaiScript](https://github.com/ChaiScript/ChaiScript/) - An easy to use embedded scripting language for C++. [website](http://chaiscript.com/)
F
Faraz Fallahi 已提交
283
* [Lua](http://www.lua.org/) - A minimal and fast scripting engine for configuration files and basic application scripting.
284
* [luacxx](https://github.com/dafrito/luacxx) - C++11 API for creating Lua bindings.
F
Faraz Fallahi 已提交
285
* [SWIG](http://www.swig.org/) - a wrapper/interface Generator that let you link your c++ code to Javascript, Perl, PHP, Python, Tcl and Ruby.
F
V7  
Faraz Fallahi 已提交
286
* [V7](https://github.com/cesanta/v7) - An embedded JavaScript engine.
287
* [V8](http://code.google.com/p/v8/) - A fast JavaScript engine by Google that can be embedded into any C++ application.
F
Faraz Fallahi 已提交
288

F
Faraz Fallahi 已提交
289 290
## Serialization

Q
questor/inter 已提交
291 292 293
* [Cap'n Proto](http://kentonv.github.io/capnproto/) - Fast data interchange format and capability-based RPC system. [MIT]
* [cereal](https://github.com/USCiLab/cereal) - A C++11 library for serialization. [BSD]
* [FlatBuffers](https://github.com/google/flatbuffers) -  A Memory efficient serialization library. [Apache2]
F
typo  
Faraz Fallahi 已提交
294
* [MessagePack](https://github.com/msgpack/msgpack-c) - Efficient binary serialization format "like JSON" for C/C++. [Apache2] [website](http://msgpack.org/)
Q
questor/inter 已提交
295
* [protobuf](http://code.google.com/p/protobuf/) - Protocol Buffers - Google's data interchange format. [BSD]
Q
questor/inter 已提交
296
* [SimpleBinaryEncoding](https://github.com/real-logic/simple-binary-encoding) - encoding and decoding application messages in binary format for low-latency applications. [Apache2]
F
Faraz Fallahi 已提交
297 298 299

## Web Application Framework

Q
questor/inter 已提交
300 301 302 303
* [CppCMS](http://cppcms.com/) - A Free High Performance Web Development Framework (not a CMS). [LGPLv3]
* [Crow](https://github.com/ipkn/crow) - Crow is C++ micro web framework (inspired by Python Flask). [BSD]
* [Kore](https://kore.io/) - ultra fast and flexible web server / framework for web applications developed in C. [ISC]
* [libOnion](http://www.coralbits.com/libonion/) - lightweight library to help you create webservers in C programming language. [LGPLv3]
F
minor  
Faraz Fallahi 已提交
304
* [QDjango](https://github.com/jlaine/qdjango/) - A web framework written in C++ and built on top of the Qt library. Where possible it tries to follow django's API, hence its name. [LGPL]
Q
questor/inter 已提交
305
* [Wt](http://www.webtoolkit.eu/wt) - A C++ library for developing web applications. [GPL/Commercial]
F
Faraz Fallahi 已提交
306

F
XML  
Faraz Fallahi 已提交
307
## XML
F
Faraz Fallahi 已提交
308
*XML is crap. Really. There are no excuses. XML is nasty to parse for humans, and it's a disaster to parse even for computers. There's just no reason for that horrible crap to exist. - Linus Torvalds*
F
XML  
Faraz Fallahi 已提交
309 310 311 312 313 314 315 316 317 318 319

* [Expat](http://www.libexpat.org/) - An XML parser library written in C.
* [Libxml2](http://xmlsoft.org/) - The XML C parser and toolkit of Gnome.
* [libxml++](http://libxmlplusplus.sourceforge.net/) - An XML Parser for C++.
* [PugiXML](http://pugixml.org/) - A light-weight, simple and fast XML parser for C++ with XPath support.
* [RapidXml](http://rapidxml.sourceforge.net/) - An attempt to create the fastest XML parser possible, while retaining useability, portability and reasonable W3C compatibility.
* [TinyXML](http://sourceforge.net/projects/tinyxml/) - A simple, small, minimal, C++ XML parser that can be easily integrating into other programs.
* [TinyXML2](https://github.com/leethomason/tinyxml2) - A simple, small, efficient, C++ XML parser that can be easily integrating into other programs.
* [TinyXML++](https://code.google.com/p/ticpp/) - A completely new interface to TinyXML that uses MANY of the C++ strengths. Templates, exceptions, and much better error handling.
* [Xerces-C++](http://xerces.apache.org/xerces-c/) - A validating XML parser written in a portable subset of C++.

F
Faraz Fallahi 已提交
320 321
## Miscellaneous
*Useful libraries or tools that don't fit in the categories above or maybe just not categorised yet*
F
Faraz Fallahi 已提交
322

F
Faraz Fallahi 已提交
323
* [C++ Format](https://github.com/cppformat/cppformat) - Small, safe and fast formatting library for C++.
F
Faraz Fallahi 已提交
324
* [casacore](https://code.google.com/p/casacore/) - A set of c++ core libraries derived from aips++.
F
Faraz Fallahi 已提交
325
* [cxx-prettyprint](https://github.com/louisdx/cxx-prettyprint) - A pretty printing library for C++ containers.
F
Faraz Fallahi 已提交
326
* [DynaPDF](http://www.dynaforms.com/) - An easy-to-use PDF generation library.
F
Faraz Fallahi 已提交
327
* [HTTP Parser](https://github.com/joyent/http-parser) - A http request/response parser for C.
F
Faraz Fallahi 已提交
328
* [libcpuid](https://github.com/anrieff/libcpuid) - A small C library for x86 CPU detection and feature extraction.
F
Faraz Fallahi 已提交
329 330
* [libusb](http://www.libusb.org/) - A universal USB library which allows for portable access to USB devices.
* [Remote Call Framework](http://www.deltavsoft.com/) - Inter-process communication framework for C++.
F
Faraz Fallahi 已提交
331
* [Serial Communication Library](https://github.com/wjwwood/serial) - Cross-platform, Serial Port library written in C++.
F
Faraz Fallahi 已提交
332
* [SDS](https://github.com/antirez/sds) - Simple Dynamic Strings library for C.
F
Faraz Fallahi 已提交
333 334
* [SLDR](https://github.com/cesanta/sldr) - Super Light DNS Resolver.
* [SLRE](https://github.com/cesanta/slre) - Super Light Regular Expression library.
F
Faraz Fallahi 已提交
335
* [Stage](https://github.com/rtv/Stage) - Mobile robot simulator.
F
Faraz Fallahi 已提交
336
* [VarTypes](https://code.google.com/p/vartypes/) - A feature-rich, object-oriented framework for managing variables in C++ / Qt4.
F
Faraz Fallahi 已提交
337
* [ZBar](http://zbar.sourceforge.net/) - A barcode scanner library, which allows to scan photos/images/video streams for barcodes and return their value.
F
Faraz Fallahi 已提交
338 339
* [CppVerbalExpressions](https://github.com/VerbalExpressions/CppVerbalExpressions) - C++ regular expressions made easy.
* [QtVerbalExpressions](https://github.com/VerbalExpressions/QtVerbalExpressions) - This Qt lib is based off of the C++ VerbalExpressions library.
F
VM  
Faraz Fallahi 已提交
340 341
* [TinyVM](https://github.com/jakogut/tinyvm) - A small, fast, lightweight virtual machine written in pure ANSI C.
* [CarpVM](https://github.com/tekknolagi/carp) - "interesting" VM in C. Let's see how this goes.
F
typo  
Faraz Fallahi 已提交
342
* [PHP-CPP](https://github.com/CopernicaMarketingSoftware/PHP-CPP) - A library to build PHP extensions with C++. [website](http://www.php-cpp.com/)
F
Faraz Fallahi 已提交
343

F
Faraz Fallahi 已提交
344 345 346
# Software
*Software for creating a development environment.*

F
Faraz Fallahi 已提交
347
## Compiler
F
Faraz Fallahi 已提交
348 349
*List of C/C++ compilers*

F
Faraz Fallahi 已提交
350 351 352 353
* [Clang](http://clang.llvm.org/) - Developed by Apple.
* [GCC](https://gcc.gnu.org/) - GNU Compiler Collection.
* [Intel C++ Compiler](https://software.intel.com/en-us/c-compilers) - Developed by Intel.
* [Microsoft Visual C++](http://msdn.microsoft.com/en-us/vstudio/hh386302.aspx) - MSVC, developed by Microsoft.
F
LLVM  
Faraz Fallahi 已提交
354
* [LLVM](http://llvm.org/) - Collection of modular and reusable compiler and toolchain technologies.
F
Faraz Fallahi 已提交
355

F
Faraz Fallahi 已提交
356 357 358 359 360 361 362 363
## Online Compiler
*List of online C/C++ compilers*

* [codepad](http://codepad.org/) - An online compiler/interpreter, and a simple collaboration tool.
* [CodeTwist](http://codetwist.com/) - A simple online compiler/interpreter, where you can paste your C, C++ or Java code and execute it online and see results.
* [CompileOnline](http://www.compileonline.com/compile_cpp11_online.php) - Compile and Execute C++ online on Linux.
* [Ideone](http://ideone.com/) - An online compiler and debugging tool which allows you to compile source code and execute it online in more than 60 programming languages.

F
Faraz Fallahi 已提交
364 365 366 367 368 369 370 371 372
## Debugger
*List of C/C++ debuggers*

* [Comparison of debuggers](http://en.wikipedia.org/wiki/Comparison_of_debuggers) - A list of Debuggers from Wikipedia.
* [GDB](https://www.gnu.org/software/gdb) - GNU Debugger.
* [Valgrind](http://valgrind.org/) - A tool for memory debugging, memory leak detection, and profiling.
* [x64_dbg](http://x64dbg.com/) - An open-source x64/x32 debugger for windows.

## Integrated Development Environment
F
Faraz Fallahi 已提交
373
*List of C/C++ nominal IDEs.*
F
Faraz Fallahi 已提交
374

F
Faraz Fallahi 已提交
375 376 377 378 379 380
* [Code::Blocks](http://www.codeblocks.org/) - A free C, C++ and Fortran IDE.
* [Dev-C++](http://sourceforge.net/projects/orwelldevcpp/) - A portable C/C++/C++11 IDE.
* [Eclipse CDT](http://www.eclipse.org/cdt/) - A fully functional C and C++ IDE based on the Eclipse platform.
* [KDevelop](https://www.kdevelop.org/) - A free, open source IDE.
* [Microsoft Visual Studio](http://www.visualstudio.com/) - An IDE from Microsoft.
* [NetBeans](https://netbeans.org/) - An IDE for developing primarily with Java, but also with other languages, in particular PHP, C/C++, and HTML5.
381
* [Qt Creator](http://qt-project.org/) - A cross-platform C++, JavaScript and QML IDE which is part of the SDK for Qt.
F
Faraz Fallahi 已提交
382
* [Xcode](https://developer.apple.com/xcode/) - Developed by Apple.
383
* [YouCompleteMe](https://valloric.github.io/YouCompleteMe/) - YouCompleteMe is a fast, as-you-type, fuzzy-search code completion engine for Vim.
F
Faraz Fallahi 已提交
384

Q
questor/inter 已提交
385 386 387 388 389 390
## Buildsystem

* [FASTBuild](http://www.fastbuild.org/docs/home.html) - high performance, open-source build system supporting highly scalable compilation, caching and network distribution.
* [tundra](https://github.com/deplinenoise/tundra) - high-performance code build system designed to give the best possible incremental build times even for very large software projects.
* [tup](http://gittup.org/tup/) - file-based build system that monitors in the background for changed files.

F
Faraz Fallahi 已提交
391 392 393 394 395 396 397
## Static Code Analysis
*List of tools for improving quality and reducing defects by code analysis*

* [Cppcheck](http://cppcheck.sourceforge.net/) - A tool for static C/C++ code analysis. - [source](https://github.com/danmar/cppcheck)
* [OCLint](http://oclint.org/) - A static source code analysis tool to improve quality and reduce defects for C, C++ and Objective-C. - [source](https://github.com/oclint/oclint)
* [List of tools for static code analysis](http://en.wikipedia.org/wiki/List_of_tools_for_static_code_analysis#C.2FC.2B.2B) - A list of tools for static code analysis from Wikipedia.

F
Faraz Fallahi 已提交
398
# Resources
F
Faraz Fallahi 已提交
399
*Various resources, such as books, websites, and articles for improving your C++ development skills and knowledge.*
F
Faraz Fallahi 已提交
400

F
Faraz Fallahi 已提交
401 402
## Articles
*Fantastic C/C++ related articles.*
F
Faraz Fallahi 已提交
403

F
Faraz Fallahi 已提交
404 405 406
* [C++Now 2014 Presentations](https://github.com/boostcon/cppnow_presentations_2014) - Presentation materials presented at C++Now 2014.
* [C++Now 2013 Presentations](https://github.com/boostcon/cppnow_presentations_2013) - Presentation materials presented at C++Now 2013.
* [C++Now 2012 Presentations](https://github.com/boostcon/cppnow_presentations_2012) - Presentation materials presented at C++Now 2012.
F
Faraz Fallahi 已提交
407

F
Faraz Fallahi 已提交
408 409
## Books
*Fantastic C/C++ related books.*
F
Faraz Fallahi 已提交
410

R
Rodrigo Delduca 已提交
411
* [The C++ Annotations](http://cppannotations.sourceforge.net/annotations/html/) - An in-depth guide on C++, intended for people with a good knowledge of C who want to make the transition to C++.
F
Faraz Fallahi 已提交
412 413
* [Free C Books](https://github.com/vhf/free-programming-books/blob/master/free-programming-books.md#c) - vhf/free-programming-books/C.
* [Free C++ Books](https://github.com/vhf/free-programming-books/blob/master/free-programming-books.md#c-1) - vhf/free-programming-books/C++.
F
Faraz Fallahi 已提交
414
* [The Definitive C++ Book Guide and List](http://stackoverflow.com/questions/388242/the-definitive-c-book-guide-and-list) - A collection of quality books and an approximate skill level.
F
Faraz Fallahi 已提交
415

F
Faraz Fallahi 已提交
416 417 418 419 420 421
## Coding Style

* [google-styleguide](http://code.google.com/p/google-styleguide/) - Style guides for Google-originated open-source projects.
* [Google C++ Style Guide](http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml)
* [GNU Coding Standard](http://www.gnu.org/prep/standards/standards.html)

F
Faraz Fallahi 已提交
422
## Videos
F
minor  
Faraz Fallahi 已提交
423
*Fantastic C/C++ related videos.*
F
Faraz Fallahi 已提交
424

F
videos  
Faraz Fallahi 已提交
425 426 427 428 429 430 431 432
* [Awesome C Programming Tutorials in Hi Def [HD]](https://www.youtube.com/playlist?list=PLCB9F975ECF01953C) - A collection of detailed C Programming Language Tutorials for Beginners and New Programmers.
* [C++](https://www.youtube.com/playlist?list=PL2F919ADECA5E39A6) - by VoidRealms.
* [C++ Qt Programming](https://www.youtube.com/playlist?list=PL2D1942A4688E9D63) - by VoidRealms.
* [C++ Programming Tutorials Playlist](https://www.youtube.com/playlist?list=PLAE85DE8440AA6B83) - thenewboston Official Buckys C++ Programming Tutorials Playlist.
* [C++ Programming Tutorials from thenewboston](https://www.youtube.com/playlist?list=PLF541C2C1F671AEF6) - These are all of thenewboston's C++ programming tutorials.
* [C++ GUI with Qt Playlist](https://www.youtube.com/playlist?list=PLD0D54219E5F2544D) - Official Playlist for thenewboston C++ GUI with Qt tutorials.
* [C Programming Tutorials](https://www.youtube.com/playlist?list=PL78280D6BE6F05D34) - All of thenewboston's C programming tutorials are right here.

F
minor  
Faraz Fallahi 已提交
433 434
## Websites
*Useful C/C++ related websites.*
F
Faraz Fallahi 已提交
435 436

* [C++ reference](http://cppreference.com/) - C++98, C++03, C++11, C++14 reference.
F
Faraz Fallahi 已提交
437
* [cplusplus.com](http://www.cplusplus.com/) - The C++ Resources Network.
F
isocpp  
Faraz Fallahi 已提交
438
* [Standard C++](http://isocpp.org/) - News, Status & Discussion about Standard C++.
F
Faraz Fallahi 已提交
439

F
update  
Faraz Fallahi 已提交
440
## Other Awesome Projects
F
minor  
Faraz Fallahi 已提交
441
*Collection of useful codes, snippets, ...*
F
Faraz Fallahi 已提交
442

F
Faraz Fallahi 已提交
443 444
* [algorithms](https://github.com/xtaci/algorithms) - Algorithms & Data Structures in C++.
* [c-algorithms](https://github.com/fragglet/c-algorithms) - C algorithms library.
F
Faraz Fallahi 已提交
445 446
* [C/C++ Awesome Pack](https://github.com/junian/CppAwesomePack) - Contains some awesome c++ codes, packed in one.

F
Faraz Fallahi 已提交
447 448 449
# Other Awesome Lists
*Other amazingly awesome lists*

F
update  
Faraz Fallahi 已提交
450 451 452 453 454 455 456 457
* [lists](https://github.com/jnv/lists) - List of (awesome) lists curated on GitHub
* [awesome-awesomeness](https://github.com/bayandin/awesome-awesomeness) - A curated list of awesome awesomeness.
* [awesome](https://github.com/sindresorhus/awesome) - A curated list of awesome lists.
* [free-programming-books](https://github.com/vhf/free-programming-books) - List of Freely Available Programming Books
* [papers-we-love](https://github.com/papers-we-love/papers-we-love) - Papers from the computer science community to read and discuss.
* [awesome-php](https://github.com/ziadoz/awesome-php) - Awesome PHP libraries, resources and shiny things.
* [awesome-python](https://github.com/vinta/awesome-python) - Awesome Python frameworks, libraries and software.
* [awesome-sysadmin](https://github.com/kahun/awesome-sysadmin) - Awesome open source sysadmin resources
F
minor  
Faraz Fallahi 已提交
458
* [awesome-talks](https://github.com/JanVanRyswyck/awesome-talks) - A lot of screencasts, recordings of user group gatherings and conference talks.
F
update  
Faraz Fallahi 已提交
459 460 461 462 463
* [github-cheat-sheet](https://github.com/tiimgreen/github-cheat-sheet) - A list of cool features of Git and GitHub.
* [ToolsOfTheTrade](https://github.com/cjbarber/ToolsOfTheTrade) - Tools of The Trade, from Hacker News.
* [cheatsheets.org](http://www.cheatsheets.org/) - The largest collection of reference cards for developers.
* [cheat-sheets.org](http://www.cheat-sheets.org/) - All cheat sheets, round-ups, quick reference cards, quick reference guides and quick reference sheets in one page.
* [thefreecountry.com](http://www.thefreecountry.com/) - A collection of free programming resources, free webmasters' resources, free security resources and free utilities.
F
Faraz Fallahi 已提交
464

F
Faraz Fallahi 已提交
465 466
# Contributing
Please see [CONTRIBUTING](https://github.com/fffaraz/awesome-cpp/blob/master/CONTRIBUTING.md) for details.