C++ ecosystem

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(框架库)
(操作系统)
 
(未显示1个用户的27个中间版本)
第1行: 第1行:
 
[[C programming language|C]]/[[C++]] 生态系统
 
[[C programming language|C]]/[[C++]] 生态系统
 +
 +
[[文件:c-logo.png|right|C]]
 +
[[文件:cpp-logo.png|right|C++]]
  
 
==Awesome==
 
==Awesome==
[https://github.com/aleksandar-todorovic/awesome-c Awesome C] [[image:awesome.png]]
+
*[https://github.com/aleksandar-todorovic/awesome-c Awesome C] [[image:awesome.png]]
 
+
*[https://github.com/fffaraz/awesome-cpp Awesome C/C++] [[文件:awesome.png]]
[https://github.com/fffaraz/awesome-cpp Awesome C/C++] [[文件:awesome.png]]
+
*[https://github.com/JesseTG/awesome-qt Awesome Qt] [[image:awesome.png]]
 
+
*A.W.E.S.O.M. O [https://github.com/lk-geimfari/awesomo/blob/master/languages/C.md C]/[https://github.com/lk-geimfari/awesomo/blob/master/languages/C%2B%2B.md C++]
[https://github.com/JesseTG/awesome-qt Awesome Qt] [[image:awesome.png]]
+
  
 
==框架库==
 
==框架库==
C/C++流行类库和框架:[https://zh.cppreference.com/w/cpp/links/libs 开源 C++ 库列表]
+
[[文件:Boost-logo.png|right|Boost]]
 +
[[文件:POCO-logo.png|right|POCO C++ Libraries]]
 +
[[文件:Seastar-logo.png|right|Seastar]]
 +
[[C programming language|C]]/[[C++]] 流行类库和框架:[https://zh.cppreference.com/w/cpp/links/libs 开源 C++ 库列表]
 
*[http://gnu.huihoo.org/gcc/gcc-6.3.0/libstdc++/ GNU C++ Library: libstdc++]
 
*[http://gnu.huihoo.org/gcc/gcc-6.3.0/libstdc++/ GNU C++ Library: libstdc++]
 
*[[Boost]]
 
*[[Boost]]
 +
*[[Seastar]]
 +
*[https://github.com/pocoproject/poco POCO] (Portable Components) C++ Libraries
 +
*[https://github.com/microsoft/vcpkg Vcpkg] 可帮助您在 Windows、Linux 和 MacOS 上管理 C 和 C++ 库。[https://vcpkg.io/en/packages.html Browse packages]
 
*[https://github.com/fragglet/c-algorithms C Algorithms] A library of common data structures and algorithms written in C.  
 
*[https://github.com/fragglet/c-algorithms C Algorithms] A library of common data structures and algorithms written in C.  
 
*[https://github.com/facebook/folly Folly] Facebook Open Source Library
 
*[https://github.com/facebook/folly Folly] Facebook Open Source Library
第28行: 第36行:
 
*[[Muduo]]
 
*[[Muduo]]
 
*[[ACE]] 和 [[TAO]]
 
*[[ACE]] 和 [[TAO]]
*[[Seastar]]
+
 
 +
==模块化==
 +
*[https://github.com/cppmicroservices/cppmicroservices C++ Micro Services] based on [[OSGi]]
 +
 
 +
==包管理==
 +
[[文件:conan-logo.png|right|Conan]]
 +
*[https://github.com/conan-io/conan Conan] the C/C++ Package Manager
  
 
==语言开发==
 
==语言开发==
第40行: 第54行:
 
*[https://github.com/eclipse/omr Eclipse OMR]
 
*[https://github.com/eclipse/omr Eclipse OMR]
 
*[[Lean]]
 
*[[Lean]]
 +
 +
==JavaScript==
 +
*[[V8]]
 +
*[[SpiderMonkey]]
 +
*[https://github.com/cesanta/v7/ V7: Embedded JavaScript engine]
 +
*[https://github.com/Samsung/jerryscript JerryScript]: JavaScript engine for the Internet of Things
 +
*[http://www.duktape.org/ Duktape] embeddable Javascript engine, [https://github.com/AtomicGameEngine/AtomicGameEngine Atomic Game Engine] used it.
 +
*[[Emscripten]]
  
 
==在线编译器==
 
==在线编译器==
第52行: 第74行:
 
*[http://geek.csdn.net/news/detail/96636 现代C++函数式编程]
 
*[http://geek.csdn.net/news/detail/96636 现代C++函数式编程]
 
*[http://blog.jobbole.com/24372/ 卡马克:用C++进行函数式编程]
 
*[http://blog.jobbole.com/24372/ 卡马克:用C++进行函数式编程]
 +
 +
==操作系统==
 +
[[文件:SerenityOS-logo.png|right|SerenityOS]]
 +
*[https://serenityos.org/ SerenityOS] 一个 [[C++]] 编写用于x86机器类 [[Unix]] 的图形化操作系统,BSD 2-Clause 许可证。
  
 
==数据库存储==
 
==数据库存储==
 +
[[文件:ScyllaDB-logo.jpg|right|ScyllaDB]]
 +
[[文件:FoundationDB-logo.png|right|FoundationDB]]
 
*[[ScyllaDB]]
 
*[[ScyllaDB]]
 
*[[PostgreSQL]]
 
*[[PostgreSQL]]
第59行: 第87行:
 
*[[MongoDB]]
 
*[[MongoDB]]
 
*[[RethinkDB]]
 
*[[RethinkDB]]
*[[ScyllaDB]]
 
 
*[[RocksDB]]
 
*[[RocksDB]]
 
*[[ArangoDB]]
 
*[[ArangoDB]]
第78行: 第105行:
 
*[[PaddlePaddle]]
 
*[[PaddlePaddle]]
 
*[[Dlib]]
 
*[[Dlib]]
 
==JavaScript==
 
*[[V8]]
 
*[[SpiderMonkey]]
 
*[https://github.com/cesanta/v7/ V7: Embedded JavaScript engine]
 
*[https://github.com/Samsung/jerryscript JerryScript]: JavaScript engine for the Internet of Things
 
*[http://www.duktape.org/ Duktape] embeddable Javascript engine, [https://github.com/AtomicGameEngine/AtomicGameEngine Atomic Game Engine] used it.
 
*[[Emscripten]]
 
  
 
==[[Internet of Things|物联网]]==
 
==[[Internet of Things|物联网]]==
第97行: 第116行:
  
 
==[[big data|大数据分析处理]]==
 
==[[big data|大数据分析处理]]==
 +
*[[ClickHouse]]
 
*[[HPCC]]
 
*[[HPCC]]
  
 
==数学==
 
==数学==
 +
*[https://github.com/topics/blas BLAS GitHub Topic]
 +
*[https://github.com/oneapi-src/oneMKL oneAPI Math Kernel Library (oneMKL) Interfaces]
 
*[https://github.com/google/mathfu MathFu] is a C++ math library
 
*[https://github.com/google/mathfu MathFu] is a C++ math library
 
*[[GNU Octave]]
 
*[[GNU Octave]]
 +
*[https://gmplib.org/ GNU MP] Multiple Precision Arithmetic Library(多精度算法库)
  
==金融银行==
+
==金融货币==
 +
[[文件:Fix8-logo.png|right|Fix8]]
 +
*[https://github.com/fix8/fix8 Fix8] Open Source C++ FIX Engine
 
*[https://www.techatbloomberg.com/blog/bloomberg-advancing-c-scale/ bloomberg bde] [https://github.com/bloomberg/bde github]
 
*[https://www.techatbloomberg.com/blog/bloomberg-advancing-c-scale/ bloomberg bde] [https://github.com/bloomberg/bde github]
 
*[https://github.com/lballabio/quantlib QuantLib] A free/open-source library for quantitative finance
 
*[https://github.com/lballabio/quantlib QuantLib] A free/open-source library for quantitative finance
第120行: 第145行:
  
 
==Web应用==
 
==Web应用==
 +
*[https://github.com/lpereira/lwan Lwan] is a high-performance & scalable [[web server]].
 +
*[https://github.com/drogonframework/drogon Drogon] A C++14/17/20 based HTTP web application framework
 
*[[Apache Traffic Server]]
 
*[[Apache Traffic Server]]
  
 
==并发并行==
 
==并发并行==
多线程、并发、并行计算、[[actor model]]
+
多线程、并发、并行计算、协程(Coroutine)、[[actor model]]
 
*[[OpenCL]]
 
*[[OpenCL]]
 
*[[OpenMP]]
 
*[[OpenMP]]
 +
*[https://github.com/cloudwu/coroutine coroutine] A asymmetric coroutine library for C
 +
*[https://github.com/lewissbaker/cppcoro CppCoro] A coroutine library for C++
 +
*[https://github.com/facebook/folly/tree/main/folly/experimental/coro Facebook folly::coro] is a developer-friendly asynchronous C++ framework based on Coroutines TS
 
*[[C++ Actor Framework]]
 
*[[C++ Actor Framework]]
  
第139行: 第169行:
  
 
==桌面应用==
 
==桌面应用==
*[[openFrameworks]]
+
[[文件:Gtk-90x90.png|right|GTK]]
*[[Qt]]
+
[[文件:WxWindows.png|right|wxWindows]]
 +
*[[GTK]]
 
*[[WxWidgets]]
 
*[[WxWidgets]]
 +
*[[Qt]]
 +
*[[openFrameworks]]
 +
 +
==Windows==
 +
[[文件:MinGW-w64-long.png|right|MinGW-w64]]
 +
*[https://www.mingw-w64.org/ MinGW-w64]
  
 
==视频编辑器==
 
==视频编辑器==
第160行: 第197行:
 
*[https://github.com/skypjack/entt/wiki/EnTT-in-Action EnTT in Action]
 
*[https://github.com/skypjack/entt/wiki/EnTT-in-Action EnTT in Action]
 
*[https://box2d.org/ Box2D] A 2D Physics Engine for Games
 
*[https://box2d.org/ Box2D] A 2D Physics Engine for Games
 +
 +
==计算机图形==
 +
[[文件:glm-logo.png|right|OpenGL Mathematics]]
 +
*[https://github.com/g-truc/glm OpenGL Mathematics (GLM)]
 +
 +
==多媒体==
 +
[[文件:SFML-logo.png|right|SFML]]
 +
*[https://github.com/SFML/SFML SFML] Simple and Fast Multimedia Library
  
 
==音乐==
 
==音乐==
第166行: 第211行:
 
==模拟仿真==
 
==模拟仿真==
 
*[https://openmodelica.org/ OpenModelica] [https://github.com/OpenModelica/OpenModelica @ GitHub]
 
*[https://openmodelica.org/ OpenModelica] [https://github.com/OpenModelica/OpenModelica @ GitHub]
 
==图书==
 
*[https://github.com/changkun/modern-cpp-tutorial/ 现代 C++ 教程:高速上手 C++ 11/14/17/20]
 
  
 
==空间探测==
 
==空间探测==
 +
 +
==图书==
 +
*[https://github.com/changkun/modern-cpp-tutorial/ 《现代 C++ 教程:高速上手 C++ 11/14/17/20》]
 +
*[https://github.com/PacktPublishing/Software-Architecture-with-Cpp 《Hands-On Software Architecture with C++》] by Packt Publishing
  
 
==图集==
 
==图集==
第179行: 第225行:
 
image:tencent-mars.png|腾讯Mars
 
image:tencent-mars.png|腾讯Mars
 
image:foundationdb-architecture.png|FoundationDB架构
 
image:foundationdb-architecture.png|FoundationDB架构
 +
image:kore-architecture.png|Kore架构
 
</gallery>
 
</gallery>
  
第191行: 第238行:
 
[[category:c++]]
 
[[category:c++]]
 
[[category:huihoo]]
 
[[category:huihoo]]
 +
[[category:Huihoo Foundation]]

2022年10月13日 (四) 06:49的最后版本

C/C++ 生态系统

C
C++

目录

[编辑] Awesome

[编辑] 框架库

Boost
POCO C++ Libraries
Seastar

C/C++ 流行类库和框架:开源 C++ 库列表

[编辑] 模块化

[编辑] 包管理

Conan
  • Conan the C/C++ Package Manager

[编辑] 语言开发

使用 C/C++ 开发的编程语言、虚拟机、编译器、库。

[编辑] JavaScript

[编辑] 在线编译器

[编辑] 函数式编程

[编辑] 操作系统

SerenityOS
  • SerenityOS 一个 C++ 编写用于x86机器类 Unix 的图形化操作系统,BSD 2-Clause 许可证。

[编辑] 数据库存储

ScyllaDB
FoundationDB

[编辑] 云计算

[编辑] 机器学习

[编辑] 物联网

[编辑] 机器人

[编辑] 大数据分析处理

[编辑] 数学

[编辑] 金融货币

Fix8

[编辑] 区块链

[编辑] 网络通讯

  • Envoy C++ front/service proxy, 服务代理和通信总线,微服务管理框架Istio使用了它。

[编辑] 消息事件

[编辑] Web应用

[编辑] 并发并行

多线程、并发、并行计算、协程(Coroutine)、actor model

[编辑] 医疗教育

[编辑] 安全加密

[编辑] iOS/Android

[编辑] 桌面应用

GTK
wxWindows

[编辑] Windows

MinGW-w64

[编辑] 视频编辑器

[编辑] 游戏

[编辑] 计算机图形

OpenGL Mathematics

[编辑] 多媒体

SFML
  • SFML Simple and Fast Multimedia Library

[编辑] 音乐

[编辑] 模拟仿真

[编辑] 空间探测

[编辑] 图书

[编辑] 图集

[编辑] 链接

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱