Programing/Language/C++/Library のバックアップソース(No.4)

#contents
----
*ライブラリ一覧 [#s9a1434d]
**準標準 [#j373eb14]
|名前|概要|h
|[[Boost>https://www.boost.org]]|C++準標準ライブラリ|

**文字列操作 [#cc07f997]
|名前|概要|h
|[[{fmt}>https://github.com/fmtlib/fmt]]|文字列フォーマット|
|[[json11>https://github.com/dropbox/json11]]|JSONパーサ&シリアライザ for C++11|

**制御 [#l5d12d03]
|名前|概要|h
|[[CPPItertools>https://github.com/ryanhaining/cppitertools]]|範囲ベースのループ制御|

**DB [#j1aa2c1d]
|名前|概要|h
|[[EJDB>https://ejdb.org/]]|組込みドキュメントストア型DB|
|[[cpplinq>https://archive.codeplex.com/?p=cpplinq]]|データ集合への範囲操作のための高階関数|

**GUI [#l91f807f]
|名前|概要|h
|[[Qt>https://www.qt.io/]]|クロスプラットフォームGUI|
|[[wxWidgets>https://www.wxwidgets.org/]]|クロスプラットフォームGUI|

**Webアプリケーション [#n39ffb16]
|名前|概要|h
|[[Crow>https://github.com/ipkn/crow]]|Web用マイクロフレームワーク|
|[[oat++>https://oatpp.io/]]|Webフレームワーク.依存性無し|
|[[TreeFrog>https://www.treefrogframework.org/ja/]]|日本製Webフレームワーク.Qt依存|

**JITアセンブラ [#t53bb061]
|名前|概要|h
|[[Xbyak>http://herumi.in.coocan.jp/soft/xbyak.html]]|JITアセンブラ|

**画像処理 [#nfbe7aa4]
|名前|概要|h
|[[OpenCV>https://opencv.org/]]|コンピュータビジョン|

**点群処理 [#mc5b90ed]
|名前|概要|h
|[[PCL>https://pointclouds.org/]]|点群操作|

**Test [#f88fddb1]
|名前|概要|h
|[[Catch2 v3>https://github.com/catchorg/Catch2]]|unit testフレームワーク|

**多言語連携 [#s09e1640]
|名前|概要|h
|[[pybind11>https://github.com/pybind/pybind11]]|C++/python相互連携|

*参考リンク [#cbb3e6a3]
-[[オープンソースの C++ のライブラリの一覧>https://ja.cppreference.com/w/cpp/links/libs]]
-[[Single-file public-domain/open source libraries with minimal dependencies>https://github.com/nothings/single_file_libs]]