cpp-library
There are 1287 repositories under cpp-library topic.
fffaraz/awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
Alinshans/MyTinySTL
Achieve a tiny STL in C++11
g-truc/glm
OpenGL Mathematics (GLM)
microsoft/cpprestsdk
The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
p-ranav/awesome-hpp
A curated list of awesome header-only C++ libraries
rachitiitr/DataStructures-Algorithms
The best library for implementation of all Data Structures and Algorithms - Trees + Graph Algorithms too!
microsoft/DirectXTK
The DirectX Tool Kit (aka DirectXTK) is a collection of helper classes for writing DirectX 11.x code in C++
material-foundation/material-color-utilities
Color libraries for Material You
microsoft/DirectXTex
DirectXTex texture processing library
fastfloat/fast_float
Fast and exact implementation of the C++ from_chars functions for number types: 4x to 10x faster than strtod, part of GCC 12, MySQL, Chromium, Redis and WebKit/Safari
bloomberg/bde
Basic Development Environment - a set of foundational C++ libraries used at Bloomberg.
microsoft/DirectXMath
DirectXMath is an all inline SIMD C++ linear algebra library for use in games and graphics apps
microsoft/DirectXTK12
The DirectX Tool Kit (aka DirectXTK12) is a collection of helper classes for writing DirectX 12 code in C++
agauniyal/rang
A Minimal, Header only Modern c++ library for terminal goodies 💄✨
matt-42/lithium
Easy to use C++17 HTTP Server with no compromise on performances. https://matt-42.github.io/lithium
cycfi/q
C++ Library for Audio Digital Signal Processing
cneben/QuickQanava
:link: C++17 network / graph visualization library - Qt6 / QML node editor.
jfalcou/eve
Expressive Vector Engine - SIMD in C++ Goes Brrrr
libtcod/libtcod
A collection of tools and algorithms for developing traditional roguelikes. Such as field-of-view, pathfinding, and a tile-based terminal emulator.
digint/tinyfsm
A simple C++ finite state machine library
conan-io/conan-center-index
Recipes for the ConanCenter repository
microsoft/UVAtlas
UVAtlas isochart texture atlas
serge1/ELFIO
ELFIO and ARIO are robust, header-only C++ libraries designed to make binary file and archive manipulation effortless, efficient, and portable. Whether you are building compilers, linkers, binary analysis tools, or custom build systems, these libraries provide the foundation you need for working with ELF files and UNIX archives.
microsoft/DirectXMesh
DirectXMesh geometry processing library
Restream/reindexer
Embeddable, in-memory, document-oriented database with a high-level Query builder interface.
MITK/MITK
The Medical Imaging Interaction Toolkit.
rikyoz/bit7z
A C++ static library offering a clean and simple interface to the 7-zip shared libraries.
cpp-redis/cpp_redis
C++11 Lightweight Redis client: async, thread-safe, no dependency, pipelining, multi-platform
okdshin/PicoSHA2
a header-file-only, SHA256 hash generator in C++
0voice/Awesome_c-cpp_Projects
2025年 最新收录整理 500+ 个高质量的 C/C++ 项目,包括但不限于核心开发、基础工具、系统与并发、系统编程、图形处理、网络通信、数据处理、应用框架、开源工具、嵌入式开发等多个领域。适合学习、参考和实战。
billyquith/ponder
C++ reflection library with Lua binding, and JSON and XML serialisation.
ZigRazor/CXXGraph
Header-Only C++ Library for Graph Representation and Algorithms
MolecularMatters/psd_sdk
A C++ library that directly reads Photoshop PSD files.
BowenFu/matchit.cpp
match(it): A lightweight single-header pattern-matching library for C++17 with macro-free APIs.
saucer/saucer
🛸 A modern, cross-platform C++ webview library
phisko/kengine
Game engine with an Entity-Component-System (ECS) architecture. Focus on ease-of-use, runtime extensibility and compile-time type safety.