└── README.md
/README.md:
--------------------------------------------------------------------------------
1 | ## 2019年最新总结,值得推荐的c/c++开源框架与库。持续更新中。
2 |
3 |
4 |
5 |
6 |
7 | ### 标准库,算法与函数
8 | ##### [C++ Standard Library](http://en.wikipedia.org/wiki/C%2B%2B_Standard_Library) : 是一系列类和函数的集合,使用核心语言编写,也是C++ISO自身标准的一部分。
9 | ##### [Standard Template Library](https://en.wikipedia.org/wiki/Standard_Template_Library) : 标准模板库, STL
10 | ##### [C POSIX library](https://en.wikipedia.org/wiki/C_POSIX_library) : POSIX系统的C标准库规范
11 | ##### [ISO C++ Standards Committee](https://github.com/cplusplus) : C++标准委员会
12 |
13 |
14 |
15 | ### 框架
16 | ##### [Apache C++ Standard Library](http://stdcxx.apache.org/) : 是一系列算法,容器,迭代器和其他基本组件的集合
17 | ##### [ASL](http://stlab.adobe.com/) : Adobe源代码库提供了同行的评审和可移植的C++源代码库。
18 | ##### [Boost](https://github.com/boostorg) : 大量通用C++库的集合。
19 | ##### [BDE](https://github.com/bloomberg/bde) : 来自于彭博资讯实验室的开发环境。
20 | ##### [Cinder](https://libcinder.org/) : 提供专业品质创造性编码的开源开发社区。
21 | ##### [Bxxomfort](http://ryan.gulix.cl/fossil.cgi/cxxomfort/index) : 轻量级的,只包含头文件的库,将C++ 11的一些新特性移植到C++03中。
22 | ##### [Dlib](http://dlib.net/) : 使用契约式编程和现代C++科技设计的通用的跨平台的C++库。
23 | ##### [EASTL](https://github.com/paulhodge/EASTL) : EA-STL公共部分
24 | ##### [ffead-cpp](https://github.com/sumeetchhetri/ffead-cpp) : 企业应用程序开发框架
25 | ##### [Folly](https://github.com/facebook/folly) : 由Facebook开发和使用的开源C++库。
26 | ##### [JUCE](https://github.com/WeAreROLI/JUCE) : 包罗万象的C++类库,用于开发跨平台软件
27 | ##### [libphenom](https://github.com/facebookarchive/libphenom) : 用于构建高性能和高度可扩展性系统的事件框架。
28 | ##### [LibSourcey](https://github.com/sourcey/libsourcey) : 用于实时的视频流和高性能网络应用程序的C++11 evented IO
29 | ##### [LibU](https://github.com/koanlogic/libu) : C语言写的多平台工具库
30 | ##### [Loki](http://loki-lib.sourceforge.net/) : C++库的设计,包括常见的设计模式和习语的实现。
31 | ##### [MiLi](https://code.google.com/p/mili/) : 只含头文件的小型C++库
32 | ##### [openFrameworks](https://openframeworks.cc/) : 开发C++工具包,用于创意性编码。
33 | ##### [Qt](https://www.qt.io/developers/) : 跨平台的应用程序和用户界面框架
34 | ##### [Reason](http://code.google.com/p/reason/) : 跨平台的框架,使开发者能够更容易地使用Java,.Net和Python,同时也满足了他们对C++性能和优势的需求。
35 | ##### [ROOT](https://root.cern.ch/) : 具备所有功能的一系列面向对象的框架,能够非常高效地处理和分析大量的数据,为欧洲原子能研究机构所用。
36 | ##### [STLport](http://www.stlport.org/) : 是STL具有代表性的版本
37 | ##### [STXXL](http://stxxl.sourceforge.net/) : 用于额外的大型数据集的标准模板库。
38 | ##### [Ultimate++](https://www.ultimatepp.org/) : C++跨平台快速应用程序开发框架
39 | ##### [Windows Template Library](https://sourceforge.net/projects/wtl/) : 用于开发Windows应用程序和UI组件的C++库
40 | ##### [Yomm11](https://github.com/jll63/yomm11) : C++11的开放multi-methods.
41 |
42 |
43 |
44 | ### 异步事件循环
45 | ##### [Boost.Asio](https://think-async.com/Asio/) : 用于网络和底层I/O编程的跨平台的C++库。
46 | ##### [libev](http://libev.schmorp.de/) : 功能齐全,高性能的时间循环,轻微地仿效libevent,但是不再像libevent一样有局限性,也修复了它的一些bug。
47 | ##### [libevent](http://libevent.org/) : 事件通知库
48 | ##### [libuv](https://github.com/joyent/libuv) : 跨平台异步I/O。
49 | ##### [libco](https://github.com/Tencent/libco) : 协程,微信支持8亿用户同时在线的底层IO库。功能强大
50 | ##### [ntyco](https://github.com/wangbojing/NtyCo) : 纯c版的协程框架,代码短小精悍,适合嵌入工程。
51 | ##### [libgo](https://github.com/yyzybb537/libgo) : golang风格的并发框架,C++11实现协程库
52 |
53 |
54 |
55 |
56 | ### 网络库
57 | ##### [ACE](https://github.com/cflowe/ACE) : C++面向对象网络变成工具包
58 | ##### [Casablanca](https://archive.codeplex.com/?p=casablanca) : C++ REST SDK
59 | ##### [cpp-netlib](https://cpp-netlib.org/) : 高级网络编程的开源库集合
60 | ##### [Dyad.c](https://github.com/rxi/dyad) : C语言的异步网络
61 | ##### [libCurl](https://curl.haxx.se/libcurl/) : 多协议文件传输库
62 | ##### [Mongoose](https://github.com/cesanta/mongoose) : 非常轻量级的网络服务器
63 | ##### [Muduo](https://github.com/chenshuo/muduo) : 用于Linux多线程服务器的C++非阻塞网络库
64 | ##### [net_skeleton](https://github.com/cesanta/fossa) : C/C++的TCP 客户端/服务器库
65 | ##### [WAFer](https://github.com/riolet/WAFer) : 基于C语言的超轻型软件平台,用于可扩展的服务器端和网络应用。 对于C编程人员,可以考虑node.js
66 | ##### [Onion](https://github.com/davidmoreno/onion) : C语言HTTP服务器库,其设计为轻量级,易使用。
67 | ##### [POCO](https://github.com/pocoproject/poco) : 用于构建网络和基于互联网应用程序的C++类库,可以运行在桌面,服务器,移动和嵌入式系统。
68 | ##### [RakNet](https://github.com/facebookarchive/RakNet) : 为游戏开发人员提供的跨平台的开源C++网络引擎。
69 | ##### [Tufao](https://github.com/vinipsmaker/tufao) : 用于Qt之上的C++构建的异步Web框架。
70 | ##### [WebSocket++](https://github.com/zaphoyd/websocketpp) : 基于C++/Boost Aiso的websocket 客户端/服务器库
71 | ##### [ZeroMQ](http://zeromq.org/) : 高速,模块化的异步通信库
72 |
73 |
74 |
75 |
76 | ### TCP/IP协议栈
77 | ##### [f-stack](https://github.com/f-stack/f-stack) : 腾讯开源的协议栈,基于DPDK的高性能用户态协议栈。
78 | ##### [NtyTcp](https://github.com/wangbojing/NtyTcp) : 单线程的协议栈的,基于netmap,DPDK,rawSocket的实现。
79 | ##### [LWIP](http://savannah.nongnu.org/projects/lwip/) : 针对 RAM 平台的精简版的 TCP/IP 协议栈实现。
80 | ##### [mTCP](https://github.com/mtcp-stack/mtcp) : 针对多核系统的高可扩展性的用户空间 TCP/IP 协议栈。
81 | ##### [4.4BSD](https://www.freebsd.org/zh_CN/copyright/license.html) : * nix的协议栈是源于4.4BSD的。
82 |
83 |
84 |
85 |
86 | ### 音频库
87 | ##### [FMOD](https://www.fmod.com/) : 易于使用的跨平台的音频引擎和音频内容的游戏创作工具。
88 | ##### [Maximilian](https://github.com/micknoise/Maximilian) : C++音频和音乐数字信号处理库
89 | ##### [OpenAL](http://www.openal.org/) : 开源音频库—跨平台的音频API
90 | ##### [Opus](http://opus-codec.org/) : 一个完全开放的,免版税的,高度通用的音频编解码器
91 | ##### [Speex](https://www.speex.org/) : 免费编解码器,为Opus所废弃
92 | ##### [Tonic](https://github.com/TonicAudio/Tonic) : C++易用和高效的音频合成
93 | ##### [Vorbis](http://xiph.org/vorbis/) : Ogg Vorbis是一种完全开放的,非专有的,免版税的通用压缩音频格式。
94 |
95 |
96 |
97 | ### 生态学
98 | ##### [lisequence](http://molpopgen.github.io/libsequence/) : 用于表示和分析群体遗传学数据的C++库。
99 | ##### [SeqAn](http://www.seqan.de/) : 专注于生物数据序列分析的算法和数据结构。
100 | ##### [Vcflib](https://github.com/vcflib/vcflib) : 用于解析和处理VCF文件的C++库
101 | ##### [Wham](https://github.com/zeeev/wham) : 直接把联想测试应用到BAM文件的基因结构变异。
102 |
103 |
104 |
105 | ### 压缩
106 | ##### [bzip2](http://www.bzip.org/) : 一个完全免费,免费专利和高质量的数据压缩
107 | ##### [doboz](https://bitbucket.org/attila_afra/doboz/src) : 能够快速解压缩的压缩库
108 | ##### [PhysicsFS](https://icculus.org/physfs/) : 对各种归档提供抽象访问的库,主要用于视频游戏,设计灵感部分来自于Quake3的文件子系统。
109 | ##### [KArchive](https://projects.kde.org/projects/frameworks/karchive) : 用于创建,读写和操作文件档案(例如zip和 tar)的库,它通过QIODevice的一系列子类,使用gzip格式,提供了透明的压缩和解压缩的数据。
110 | ##### [LZ4](https://code.google.com/p/lz4/) : 非常快速的压缩算法
111 | ##### [LZHAM](https://code.google.com/p/lzham/) : 无损压缩数据库,压缩比率跟LZMA接近,但是解压缩速度却要快得多。
112 | ##### [LZMA](http://www.7-zip.org/sdk.html) : 7z格式默认和通用的压缩方法。
113 | ##### [LZMAT](http://www.matcode.com/lzmat.htm) : 及其快速的实时无损数据压缩库
114 | ##### [miniz](https://code.google.com/p/miniz/) : 单一的C源文件,紧缩/膨胀压缩库,使用zlib兼容API,ZIP归档读写,PNG写方式。
115 | ##### [Minizip](https://code.google.com/p/miniz/) : Zlib最新bug修复,支持PKWARE磁盘跨越,AES加密和IO缓冲。
116 | ##### [Snappy](https://code.google.com/p/snappy/) : 快速压缩和解压缩
117 | ##### [ZLib](http://zlib.net/) : 非常紧凑的数据流压缩库
118 | ##### [ZZIPlib](http://zziplib.sourceforge.net/) : 提供ZIP归档的读权限。
119 |
120 |
121 |
122 |
123 | ### 并发性
124 | ##### [Boost.Compute](https://github.com/boostorg/compute) : 用于OpenCL的C++GPU计算库
125 | ##### [Bolt](https://github.com/HSA-Libraries/Bolt) : 针对GPU进行优化的C++模板库
126 | ##### [C++React](https://github.com/schlangster/cpp.react) : 用于C++11的反应性编程库
127 | ##### [Intel TBB](https://www.threadingbuildingblocks.org/) : Intel线程构件块
128 | ##### [Libclsph](https://github.com/libclsph/libclsph) : 基于OpenCL的GPU加速SPH流体仿真库
129 | ##### [OpenCL](https://www.khronos.org/opencl/) : 并行编程的异构系统的开放标准
130 | ##### [OpenMP](https://www.openmp.org/) : OpenMP API
131 | ##### [Thrust](http://thrust.github.io/) : 类似于C++标准模板库的并行算法库
132 | ##### [HPX](https://github.com/STEllAR-GROUP/hpx/) : 用于任何规模的并行和分布式应用程序的通用C++运行时系统
133 | ##### [VexCL](https://github.com/ddemidov/vexcl) : 用于OpenCL/CUDA 的C++向量表达式模板库。
134 |
135 |
136 |
137 |
138 | ### 密码学
139 | ##### [Bcrypt](http://bcrypt.sourceforge.net/) : 一个跨平台的文件加密工具,加密文件可以移植到所有可支持的操作系统和处理器中。
140 | ##### [BeeCrypt](https://github.com/klchang/beecrypt) : 快速的加密图形库,功能强大,接口方便。
141 | ##### [Botan](https://botan.randombit.net/) : C++加密库
142 | ##### [Crypto++](https://www.cryptopp.com/) : 一个有关加密方案的免费的C++库
143 | ##### [GnuPG](https://www.gnupg.org/) : OpenPGP标准的完整实现
144 | ##### [GnuTLS](https://www.gnutls.org/) : 实现了SSL,TLS和DTLS协议的安全通信库
145 | ##### [Libgcrypt](https://gnupg.org/related_software/libgcrypt/) : 基于GnuPG的加密图形库。
146 | ##### [Libmcrypt](https://github.com/winlibs/libmcrypt) : 线程安全,提供统一的API。
147 | ##### [LibreSSL](http://www.libressl.org/) : 免费的SSL/TLS协议,属于2014 OpenSSL的一个分支
148 | ##### [LibTomCrypt](https://github.com/libtom/libtomcrypt) : 一个非常全面的,模块化的,可移植的加密工具
149 | ##### [libsodium](https://github.com/jedisct1/libsodium) : 基于NaCI的加密库,固执己见,容易使用
150 | ##### [Nettle](http://www.lysator.liu.se/~nisse/nettle/) : 底层的加密库
151 | ##### [OpenSSL](https://www.openssl.org/) : 一个强大的,商用的,功能齐全的,开放源代码的加密库。
152 | ##### [Tiny AES128 in C](https://github.com/kokke/tiny-AES-c) : 用C实现的一个小巧,可移植的实现了AES128ESB的加密算法
153 |
154 |
155 |
156 | ### 数据库
157 | ##### [hiberlite](https://github.com/paulftw/hiberlite) : 用于Sqlite3的C++对象关系映射
158 | ##### [hiredis](https://github.com/redis/hiredis) : 用于Redis数据库的很简单的C客户端库
159 | ##### [LevelDB](https://github.com/google/leveldb) : 快速键值存储库
160 | ##### [LMDB](https://symas.com/lmdb/technical/) : 符合数据库四大基本元素的嵌入键值存储
161 | ##### [MySQL++](https://tangentsoft.com/mysqlpp/home) : 封装了MySql的C API的C++ 包装器
162 | ##### [RocksDB](https://github.com/facebook/rocksdb) : 来自Facebook的嵌入键值的快速存储
163 | ##### [SQLite](https://www.sqlite.org/index.html) : 一个完全嵌入式的,功能齐全的关系数据库,只有几百KB,可以正确包含到你的项目中。
164 | ##### [Redis](https://redis.io/) : 一个开源的使用ANSI C语言编写、遵守BSD协议、支持网络、可基于内存亦可持久化的日志型、Key-Value数据库.
165 | ##### [MongoDB](https://www.mongodb.com/) : 一个基于分布式文件存储的数据库
166 |
167 |
168 |
169 | ### 调试
170 | ##### [Boost.Test](https://www.boost.org/doc/libs/master/libs/test/doc/html/index.html) : Boost测试库
171 | ##### [Catch](https://github.com/catchorg/Catch2) : 一个很时尚的,C++原生的框架,只包含头文件,用于单元测试,测试驱动开发和行为驱动开发。
172 | ##### [CppUnit](https://www.freedesktop.org/wiki/Software/cppunit/) : 由JUnit移植过来的C++测试框架
173 | ##### [CTest](https://cmake.org/cmake/help/v2.8.8/ctest.html) : CMake测试驱动程序
174 | ##### [GoogleTest](http://code.google.com/p/googletest/) : 谷歌C++测试框架
175 | ##### [ig-debugheap](https://github.com/deplinenoise/ig-debugheap) : 用于跟踪内存错误的多平台调试堆
176 | ##### [libtap](https://github.com/zorgnax/libtap) : 用C语言编写测试
177 | ##### [MemTrack](http://www.almostinfinite.com/memtrack.html) : 用于C++跟踪内存分配
178 | ##### [MicroProfile](https://bitbucket.org/jonasmeyer/microprofile/src/default/) : 跨平台的网络试图分析器
179 | ##### [minUnit](http://www.jera.com/techinfo/jtns/jtn002.html) : 使用C写的迷你单元测试框架,只使用了两个宏
180 | ##### [Remotery](https://github.com/Celtoys/Remotery) : 用于web视图的单一C文件分析器
181 | ##### [UnitTest++](http://unittest-cpp.sourceforge.net/) : 轻量级的C++单元测试框架
182 |
183 |
184 |
185 |
186 | ### 容器
187 | ##### [C++ B-Tree](https://code.google.com/p/cpp-btree/) : 基于B树数据结构,实现命令内存容器的模板库
188 | ##### [Hashmaps](https://github.com/goossaert/hashmap) : C++中开放寻址哈希表算法的实现
189 |
190 |
191 |
192 | ### 游戏引擎
193 | ##### [Cocos2d-x](https://cocos2d-x.org/) : 一个跨平台框架,用于构建2D游戏,互动图书,演示和其他图形应用程序。
194 | ##### [Grit](http://gritengine.com/) : 社区项目,用于构建一个免费的游戏引擎,实现开放的世界3D游戏。
195 | ##### [lrrlicht](http://irrlicht.sourceforge.net/) : C++语言编写的开源高性能的实时#D引擎
196 | ##### [PolyCode](http://polycode.org/) : C++实现的用于创建游戏的开源框架(与Lua绑定)。
197 |
198 |
199 |
200 |
201 | ### 图形库
202 | ##### [bgfx](https://github.com/bkaradzic/bgfx) : 跨平台的渲染库
203 | ##### [Cairo](http://www.cairographics.org/) : 支持多种输出设备的2D图形库
204 | ##### [Horde3D](https://github.com/horde3d/Horde3D) : 一个小型的3D渲染和动画引擎
205 | ##### [magnum](https://github.com/mosra/magnum) : C++11和OpenGL 2D/3D 图形引擎
206 | ##### [Ogre 3D](https://www.ogre3d.org/) : 用C++编写的一个面向场景,实时,灵活的3D渲染引擎(并非游戏引擎)
207 | ##### [OpenSceneGraph](http://www.openscenegraph.org/) : 具有高性能的开源3D图形工具包
208 | ##### [Panda3D](https://www.panda3d.org/) : 用于3D渲染和游戏开发的框架,用Python和C++编写。
209 | ##### [Skia](https://github.com/google/skia) : 用于绘制文字,图形和图像的完整的2D图形库
210 | ##### [urho3d](https://github.com/urho3d/Urho3D) : 跨平台的渲染和游戏引擎。
211 |
212 |
213 |
214 | ### 图像处理
215 | ##### [Boost.GIL](https://www.boost.org/doc/libs/1_56_0/libs/gil/doc/index.html) : 通用图像库
216 | ##### [CImg](https://sourceforge.net/projects/cimg/) : 用于图像处理的小型开源C++工具包
217 | ##### [FreeImage](http://freeimage.sourceforge.net/) : 开源库,支持现在多媒体应用所需的通用图片格式和其他格式。
218 | ##### [GDCM](http://gdcm.sourceforge.net/wiki/index.php/Main_Page) : Grassroots DICOM 库
219 | ##### [ITK](https://itk.org/) : 跨平台的开源图像分析系统
220 | ##### [Magick++](http://www.imagemagick.org/script/api.php) : ImageMagick程序的C++接口
221 | ##### [OpenCV](https://opencv.org/) : 开源计算机视觉类库
222 | ##### [tesseract-ocr](https://code.google.com/p/tesseract-ocr/) : OCR引擎
223 | ##### [VIGRA](https://github.com/ukoethe/vigra) : 用于图像分析通用C++计算机视觉库
224 | ##### [VTK](https://vtk.org/) : 用于3D计算机图形学,图像处理和可视化的开源免费软件系统。
225 |
226 |
227 |
228 |
229 | ### 国际化
230 | ##### [gettext](http://www.gnu.org/software/gettext/) : GNU gettext
231 | ##### [IBM ICU](http://site.icu-project.org/) : 提供Unicode 和全球化支持的C、C++ 和Java库
232 | ##### [libiconv](http://www.gnu.org/software/libiconv/) : 用于不同字符编码之间的编码转换库
233 |
234 |
235 |
236 |
237 | ### Json库
238 | ##### [frozen](https://github.com/cesanta/frozen) : C/C++的Jason解析生成器
239 | ##### [Jansson](https://github.com/akheron/jansson) : 进行编解码和处理Jason数据的C语言库
240 | ##### [jbson](https://github.com/chrismanning/jbson) : C++14中构建和迭代BSON data,和Json 文档的库
241 | ##### [JeayeSON](https://github.com/jeaye/jeayeson) : 非常健全的C++ JSON库,只包含头文件
242 | ##### [JSON++](https://github.com/hjiang/jsonxx) : C++ JSON 解析器
243 | ##### [json-parser](https://github.com/udp/json-parser) : 用可移植的ANSI C编写的JSON解析器,占用内存非常少
244 | ##### [json11](https://github.com/dropbox/json11) : 一个迷你的C++11 JSON库
245 | ##### [jute](https://github.com/amir-s/jute) : 非常简单的C++ JSON解析器
246 | ##### [ibjson](https://github.com/vincenthz/libjson) : C语言中的JSON解析和打印库,很容易和任何模型集成
247 | ##### [libjson](https://sourceforge.net/projects/libjson/) : 轻量级的JSON库
248 | ##### [PicoJSON](https://github.com/kazuho/picojson) : C++中JSON解析序列化,只包含头文件
249 | ##### [Qt-Json](https://github.com/qt-json/qt-json) : 用于JSON数据和 QVariant层次间的相互解析的简单类
250 | ##### [QJson](https://github.com/flavio/qjson) : 将JSON数据映射到QVariant对象的基于Qt的库
251 | ##### [RepidJSON](https://github.com/Tencent/rapidjson) : 用于C++的快速JSON 解析生成器,包含SAX和DOM两种风格的API
252 | ##### [YAJL](https://github.com/lloyd/yajl) : C语言中快速流JSON解析库
253 |
254 |
255 |
256 |
257 | ### 日志
258 | ##### [Boost.Log](http://www.boost.org/doc/libs/1_56_0/libs/log/doc/html/index.html) : 设计非常模块化,并且具有扩展性
259 | ##### [easyloggingpp](https://github.com/zuhd-org/easyloggingpp) : C++日志库,只包含单一的头文件。
260 | ##### [Log4cpp](http://log4cpp.sourceforge.net/) : 一系列C++类库,灵活添加日志到文件,系统日志,IDSA和其他地方。
261 | ##### [templog](http://www.templog.org/) : 轻量级C++库,可以添加日志到你的C++应用程序中
262 |
263 |
264 |
265 |
266 | ### 机器学习,人工智能
267 |
268 | ##### [btsk](https://github.com/aigamedev/btsk) : 游戏行为树启动器工具
269 | ##### [Evolving Objects](http://eodev.sourceforge.net/) : 基于模板的,ANSI C++演化计算库,能够帮助你非常快速地编写出自己的随机优化算法。
270 | ##### [Caffe](https://github.com/BVLC/caffe) : 快速的神经网络框架
271 | ##### [CCV](https://github.com/liuliu/ccv) : 以C语言为核心的现代计算机视觉库
272 | ##### [mlpack](http://www.mlpack.org/) : 可扩展的C++机器学习库
273 | ##### [OpenCV](https://github.com/opencv/opencv) : 开源计算机视觉库
274 | ##### [Recommender](https://github.com/GHamrouni/Recommender) : 使用协同过滤进行产品推荐/建议的C语言库。
275 | ##### [SHOGUN](https://github.com/shogun-toolbox/shogun) : Shogun 机器学习工具
276 | ##### [sofia-ml](https://code.google.com/p/sofia-ml/) : 用于机器学习的快速增量算法套件
277 |
278 |
279 |
280 |
281 |
282 | ### 数学库
283 |
284 | ##### [Armadillo](http://arma.sourceforge.net/) : 高质量的C++线性代数库,速度和易用性做到了很好的平衡。语法和MatlAB很相似
285 | ##### [blaze](https://code.google.com/p/blaze-lib/) : 高性能的C++数学库,用于密集和稀疏算法。
286 | ##### [ceres-solver](http://ceres-solver.org/) : 来自谷歌的C++库,用于建模和解决大型复杂非线性最小平方问题。
287 | ##### [CGal](http://www.cgal.org/) : 高效,可靠的集合算法集合
288 | ##### [CML](https://github.com/demianmnave/CML/wiki/The-Configurable-Math-Library) : 用于游戏和图形的免费C++数学库
289 | ##### [Eigen](http://eigen.tuxfamily.org/index.php?title=Main_Page) : 高级C++模板头文件库,包括线性代数,矩阵,向量操作,数值解决和其他相关的算法。
290 | ##### [GMTL](http://ggt.sourceforge.net/) : 数学图形模板库是一组广泛实现基本图形的工具。
291 | ##### [GMP](https://gmplib.org/) : 用于个高精度计算的C/C++库,处理有符号整数,有理数和浮点数。
292 |
293 |
294 |
295 |
296 | ### 多媒体库
297 |
298 | ##### [GStreamer](https://gstreamer.freedesktop.org/) : 构建媒体处理组件图形的库
299 | ##### [LIVE555 Streaming Media](http://www.live555.com/liveMedia/) : 使用开放标准协议(RTP/RTCP, RTSP, SIP) 的多媒体流库
300 | ##### [libVLC](https://wiki.videolan.org/LibVLC) : libVLC (VLC SDK)媒体框架
301 | ##### [QtAV](https://github.com/wang-bin/QtAV) : 基于Qt和FFmpeg的多媒体播放框架,能够帮助你轻而易举地编写出一个播放器
302 | ##### [SDL](http://www.libsdl.org/) : 简单直控媒体层
303 | ##### [SFML](http://www.sfml-dev.org/) : 快速,简单的多媒体库
304 |
305 |
306 |
307 |
308 |
309 |
310 |
311 |
312 |
313 |
314 |
315 | #### 获取大牛视频资料,专家架构交流3群:783153655
316 | #### 若群已满,添加QQ:469254771 , 备注github
317 | #### 关注公众号,更多权威架构设计方案。 另附企业内推,架构设计资料,相关视频资料
318 |
319 | 
320 |
321 |
322 |
323 |
324 |
325 |
326 |
327 |
328 |
--------------------------------------------------------------------------------