C++ Libraries

Open-source C++ projects categorized as Libraries

Top 11 C++ Library Projects

  1. copperspice

    Set of cross platform C++ libraries (Core, Gui, Network, Multimedia, SQL, Vulkan, etc)

    Project mention: U++ – Cross-Platform App Development Framework | news.ycombinator.com | 2024-06-30

    If you like using Qt but you also want a more modernize C++ version of it, you can try https://github.com/copperspice/copperspice/ and I'm pretty sure its license have you covered.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. gdrcopy

    A fast GPU memory copy library based on NVIDIA GPUDirect RDMA technology

  4. stacktrace

    C++ library for storing and printing backtraces. (by boostorg)

  5. oneCCL

    oneAPI Collective Communications Library (oneCCL)

    Project mention: Training AI Models on CPU on AWS EC2 | dev.to | 2024-09-04

    Intel® Xeon® processors are designed with Non-Uniform Memory Access (NUMA) in which the CPU memory is divided into groups, a.k.a., NUMA nodes, and each of the CPU cores is assigned to one node. Although any CPU core can access the memory of any NUMA node, the access to its own node (i.e., its local memory) is much faster. This gives rise to the notion of distributing training across NUMA nodes, where the CPU cores assigned to each NUMA node act as a single process in a distributed process group and data distribution across nodes is managed by Intel® oneCCL, Intel's dedicated collective communications library.

  6. bitset2

    std::bitset with constexpr implementations plus additional features.

  7. TM1638plus

    An Arduino library to drive TM1638 seven segment modules.

  8. RPI_PICO_projects_list

    An index of projects and libraries for Raspberry Pi Pico's stored in this github account.

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. vec-mat-comp-quat

    C++ 2d/3d/4d Vector, 2x2/3x3/4x4 Matrix, Complex Number, Quaternion, and 3d Transformation Classes / Functions (Header Only libraries)

  11. yahat-cpp

    Yet Another Http API Thing - A trivial HTTP server for simple REST API's in C++ projects

  12. Pixelpp

    Pixelpp is a simple single header library writing in C++ to help developers when working with Colors and Images.

  13. libs

    purely educational, somewhat practical (by BrandonMFong)

    Project mention: Range-Based For Loop Implementation | dev.to | 2024-12-10

    I was interested in learning how to make my Linked List class adhere to a range-based for loop. I eventually saw a really good stackoverflow response that helped me figure out how to do it. This is my attempt at showing you how I implemented this feature with minimal lines of code. I will be speaking in context of a Linked List class.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

C++ Libraries discussion

Log in or Post with

C++ Libraries related posts

  • U++ – Cross-Platform App Development Framework

    1 project | news.ycombinator.com | 30 Jun 2024
  • Is C++ Still Worth Learning? Absolutely! Yes Rust And Go Are Awesome. There Is Still Work To Be Done In C++

    7 projects | /r/programming | 24 Sep 2021
  • Is it a mistake that C++ modules have no notion of versioning?

    3 projects | /r/cpp | 7 Apr 2021

Index

What are some of the best open-source Library projects in C++? This list will help you:

# Project Stars
1 copperspice 1,156
2 gdrcopy 1,007
3 stacktrace 457
4 oneCCL 225
5 bitset2 118
6 TM1638plus 79
7 RPI_PICO_projects_list 27
8 vec-mat-comp-quat 20
9 yahat-cpp 8
10 Pixelpp 1
11 libs 0

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai