cpp-library
There are 1177 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++
microsoft/DirectXTex
DirectXTex texture processing library
material-foundation/material-color-utilities
Color libraries for Material You
bloomberg/bde
Basic Development Environment - a set of foundational C++ libraries used at Bloomberg.
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, Chromium, Redis and WebKit/Safari
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.
libtcod/libtcod
A collection of tools and algorithms for developing traditional roguelikes. Such as field-of-view, pathfinding, and a tile-based terminal emulator.
conan-io/conan-center-index
Recipes for the ConanCenter repository
jfalcou/eve
Expressive Vector Engine - SIMD in C++ Goes Brrrr
digint/tinyfsm
A simple C++ finite state machine library
microsoft/UVAtlas
UVAtlas isochart texture atlas
microsoft/DirectXMesh
DirectXMesh geometry processing library
Restream/reindexer
Embeddable, in-memory, document-oriented database with a high-level Query builder interface.
serge1/ELFIO
ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library
cpp-redis/cpp_redis
C++11 Lightweight Redis client: async, thread-safe, no dependency, pipelining, multi-platform
MITK/MITK
The Medical Imaging Interaction Toolkit.
okdshin/PicoSHA2
a header-file-only, SHA256 hash generator in C++
rikyoz/bit7z
A C++ static library offering a clean and simple interface to the 7-zip shared libraries.
billyquith/ponder
C++ reflection library with Lua binding, and JSON and XML serialisation.
MolecularMatters/psd_sdk
A C++ library that directly reads Photoshop PSD files.
phisko/kengine
Game engine with an Entity-Component-System (ECS) architecture. Focus on ease-of-use, runtime extensibility and compile-time type safety.
google/libnop
libnop: C++ Native Object Protocols
BowenFu/matchit.cpp
match(it): A lightweight single-header pattern-matching library for C++17 with macro-free APIs.
ZigRazor/CXXGraph
Header-Only C++ Library for Graph Representation and Algorithms
microsoft/FX11
Effects for Direct3D 11 (FX11) is a management runtime for authoring HLSL shaders, render state, and runtime variables together.