Programing/Language/C++/Library の変更点

Top > Programing > Language > C++ > Library

#contents
----
*ライブラリ一覧 [#s9a1434d]
|カテゴリ|名前|概要|参考|h
|準標準|[[Boost>https://www.boost.org]]|C++準標準ライブラリ||
|文字列操作|[[{fmt}>https://github.com/fmtlib/fmt]]|文字列フォーマット||
|~|[[json11>https://github.com/dropbox/json11]]|JSONパーサ&シリアライザ for C++11||
|~|[[JSON for Modern C++>https://github.com/nlohmann/json]]|JSONパーサ&シリアライザ for Modern C++||
|制御|[[CPPItertools>https://github.com/ryanhaining/cppitertools]]|範囲ベースのループ制御||
|DB|[[EJDB>https://ejdb.org/]]|組込みドキュメントストア型DB||
|~|[[cpplinq>https://archive.codeplex.com/?p=cpplinq]]|データ集合への範囲操作のための高階関数||
|GUI|[[Qt>https://www.qt.io/]]|クロスプラットフォームGUI||
|~|[[wxWidgets>https://www.wxwidgets.org/]]|クロスプラットフォームGUI||
|~|[[imgui>https://github.com/ocornut/imgui]]|クロスプラットフォームGUI&br;描画/Bindを簡潔に記述可能|[[!>https://qiita.com/Ushio/items/446d78c881334919e156]]|
|~|[[Dear ImGui>https://github.com/ocornut/imgui]]|クロスプラットフォームGUI&br;描画/Bindを簡潔に記述可能|[[!>https://qiita.com/Ushio/items/446d78c881334919e156]]|
|Webアプリケーション|[[Crow>https://github.com/ipkn/crow]]|Web用マイクロフレームワーク||
|~|[[oat++>https://oatpp.io/]]|Webフレームワーク.依存性無し||
|~|[[TreeFrog>https://www.treefrogframework.org/ja/]]|日本製Webフレームワーク.Qt依存||
|JITアセンブラ|[[Xbyak>http://herumi.in.coocan.jp/soft/xbyak.html]]|JITアセンブラ||
|画像処理|[[OpenCV>https://opencv.org/]]|コンピュータビジョン||
|点群処理|[[PCL>https://pointclouds.org/]]|点群操作||
|行列演算|[[Eigen>https://eigen.tuxfamily.org]]|行列演算||
|Test|[[Catch2 v3>https://github.com/catchorg/Catch2]]|unit testフレームワーク||
|多言語連携|[[pybind11>https://github.com/pybind/pybind11]]|C++/python相互連携||
|フレームワーク|[[OpenSiv3D>https://siv3d.github.io/ja-jp/]]|ゲームフレームワーク||
|~|[[Dlib>http://dlib.net/]]|機械学習フレームワーク||
*参考リンク [#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]]
-[[C++ library Links>http://www.kmonos.net/alang/cpp/lib.html]]
-[[DO++/C++の便利ツール・ライブラリ>http://hillbig.cocolog-nifty.com/do/2010/08/c-d49e.html]]
-[[Awesome C++>https://github.com/fffaraz/awesome-cpp]]