Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Categories
  3. Programming Languages
  4. C/C++

C/C++

The "Awesome C/C++" project is a curated collection of resources aimed at developers working with C and C++, two powerful general-purpose programming languages widely used for system programming and embedded applications. This list encompasses a variety of resources including libraries, frameworks, tools, tutorials, and community contributions that cater to both beginners and experienced developers. Users can explore essential libraries for graphics, networking, and data processing, as well as tools for debugging, performance analysis, and code quality. Whether you are looking to deepen your understanding of low-level programming or seeking advanced techniques for optimizing performance, this collection provides a wealth of information and tools to enhance your C/C++ development experience.

cc++system-programmingembedded-systemslibrariesdevelopment-toolstutorialsperformance-optimization
RSSView on GitHub
70.6k stars8.3k forks0 contributorsUpdated
Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub

Related Awesome Lists

🐍
Python

The "Awesome Python" project is a comprehensive collection of resources dedicated to Python, a versatile and widely-used programming language known for its readability and simplicity. This list encompasses a variety of categories including libraries, frameworks, tools, tutorials, and community resources that cater to both beginners and experienced developers. Users can explore resources for web development, data analysis, machine learning, automation, and more, making it an invaluable asset for anyone looking to enhance their Python skills. Whether you're just starting out or looking to deepen your expertise, this collection provides the tools and knowledge to help you succeed in your Python journey.

290.8k
🐹
Go

The "Awesome Go" project is a curated collection of resources for the Go programming language, a statically typed and compiled language developed by Google. This list encompasses a wide range of categories including libraries, frameworks, tools, tutorials, and community resources that cater to both new and experienced Go developers. Whether you're looking for web development frameworks, testing tools, or deployment solutions, this list provides valuable insights and resources to enhance your Go programming journey. Dive into the world of Go and discover tools and libraries that can help streamline your development process and improve your coding efficiency.

169.1k
🦀
Rust

The "Awesome Rust" project is a curated collection of resources for developers using Rust, a systems programming language that emphasizes safety and performance. This list encompasses a variety of categories, including libraries, frameworks, tools, tutorials, and community resources, all aimed at enhancing the Rust development experience. Whether you are a beginner looking to learn the basics or an experienced developer seeking advanced techniques, this list provides valuable insights and tools to improve your Rust projects. Dive into the world of Rust and discover the resources that can help you build safe and efficient software.

56.6k
☕
Java

The "Awesome Java" project is a curated collection of resources aimed at developers using Java, a versatile and widely-used object-oriented programming language. This list encompasses a variety of categories, including libraries, frameworks, tools, tutorials, and community resources, all designed to enhance the Java development experience. Whether you are a beginner learning the basics or an experienced developer looking for advanced techniques, this list offers valuable insights and tools to improve your projects. From essential libraries to in-depth tutorials, users can find everything they need to excel in their Java programming journey.

47.5k

Table of Contents

70 sections · 371 projects

Standard Libraries

0 projects

Frameworks

13 projects
abseil-cpp
abseil-cpp

An open-source collection of C++ libraries designed to augment the C++ standard library, derived from Google's production code.

C++17,2101 day ago
Sogou Workflow
Sogou Workflow

A C++ parallel computing and asynchronous networking framework for building high-performance, high-concurrency backend services.

C++14,3398 days ago
CGraph
CGraph

A cross-platform, dependency-free C++ and Python DAG framework for building parallel computational graphs.

C++2,2664 days ago
Coost
Coost

A lightweight, cross-platform C++11 base library providing high-performance utilities like logging, coroutines, JSON, and networking.

C++4,20411 months ago
DLIB
DLIB

A modern C++ toolkit for machine learning, computer vision, and data analysis applications.

C++14,36624 days ago
EASTL
EASTL

A high-performance C++ template library of containers, algorithms, and iterators for runtime and tool development.

C++9,2165 months ago
ETL
ETL

A C++ template library for embedded systems with fixed-capacity containers and no dynamic memory allocation.

C++2,96916 hours ago
Folly
Folly

A C++20 library from Facebook focused on performance and practicality, complementing std and Boost with components used at scale.

C++30,33812 hours ago
FunctionalPlus
FunctionalPlus

A header-only C++14 library for functional programming that helps write concise and readable code by providing pure functions for common operations.

C++2,28223 days ago
JUCE
JUCE

An open-source cross-platform C++ framework for building desktop, mobile, and audio plugin applications.

C++8,3397 days ago
OpenFrameworks
OpenFrameworks

A community-developed cross-platform C++ toolkit for creative coding and interactive art.

C++10,3635 days ago
Seastar
Seastar

A high-performance, event-driven C++ framework for building asynchronous, non-blocking server-side applications.

C++9,19819 hours ago
tbox
tbox

A glib-like cross-platform C library providing modules for streams, coroutines, containers, algorithms, and more to simplify C development.

C5,1071 month ago

Artificial Intelligence

10 projects
Genann
Genann

A minimal, well-tested library for training and using feedforward artificial neural networks in ANSI C.

C2,2581 year ago
MXnet - Lightweight, Portable, Flexible Distributed/Mobile Deep Learning framework
MXnet - Lightweight, Portable, Flexible Distributed/Mobile Deep Learning framework

A flexible and efficient deep learning framework that mixes symbolic and imperative programming for heterogeneous distributed systems.

C++20,8112 years ago
PyTorch - Tensors and Dynamic neural networks in Python with strong GPU acceleration
PyTorch - Tensors and Dynamic neural networks in Python with strong GPU acceleration

A Python package for tensor computation with GPU acceleration and dynamic neural networks built on a tape-based autograd system.

Python99,3629 hours ago
flashlight
flashlight

A fast, flexible C++ standalone library for machine learning with high-performance defaults and total internal modifiability.

C++5,4391 month ago
Recast & Detour
Recast & Detour

Industry-standard navigation-mesh generation and pathfinding toolset for games, powering AI navigation in Unity, Unreal, and Godot.

C++7,6651 month ago
Tensorflow - Open source software library for numerical computation using data flow graphs
Tensorflow - Open source software library for numerical computation using data flow graphs

An end-to-end open source platform for machine learning with a comprehensive ecosystem of tools and libraries.

C++194,8338 hours ago
oneDNN
oneDNN

An open-source cross-platform performance library of basic building blocks for deep learning applications, optimized for CPUs and GPUs.

C++3,98111 hours ago
CNTK - Microsoft Cognitive Toolkit
CNTK - Microsoft Cognitive Toolkit

A unified deep learning toolkit for describing neural networks as computational graphs, supporting feed-forward DNNs, CNNs, and RNNs/LSTMs.

C++17,6033 years ago
tiny-dnn
tiny-dnn

A header-only, dependency-free deep learning framework in C++14 for embedded systems and IoT devices.

C++6,0204 years ago
Kaldi
Kaldi

A comprehensive open-source toolkit for speech recognition research and development.

Shell15,3797 months ago

Asynchronous Event Loop

4 projects
C++ Actor Framework
C++ Actor Framework

An open-source C++ framework implementing the Actor Model for building scalable, high-performance concurrent and distributed applications.

C++3,4121 day ago
libhv
libhv

A cross-platform, high-performance C/C++ network library with simpler APIs for TCP/UDP/SSL/HTTP/WebSocket/MQTT client/server development.

C7,5023 days ago
libuv
libuv

A multi-platform support library focused on asynchronous I/O, originally developed for Node.js.

C26,7836 days ago
uvw
uvw

A header-only, event-based C++17 wrapper for libuv that provides a modern API while staying true to libuv's original interface.

C++2,0374 months ago

Audio

8 projects
aubio
aubio

A library for audio and music analysis, detecting events like onsets, pitch, tempo, and beats in audio signals.

C3,69012 days ago
audioFlux
audioFlux

A deep learning library for audio and music analysis, providing time-frequency transforms and feature extraction for tasks like classification and MIR.

C3,3001 month ago
libsoundio
libsoundio

A C library for cross-platform real-time audio input and output, supporting JACK, PulseAudio, ALSA, CoreAudio, and WASAPI.

C2,0841 year ago
Miniaudio
Miniaudio

A single-file C audio library for playback, capture, and processing with no external dependencies.

C6,6753 days ago
SoLoud
SoLoud

A free, portable C/C++ audio engine for games with minimal dependencies and simple API.

C2,1001 year ago
minimp3
minimp3

A minimalistic, single-header MP3 decoder library focused on small size, speed, and ISO conformance.

C1,8811 month ago
Wav2Letter++
Wav2Letter++

Facebook AI Research's automatic speech recognition toolkit for end-to-end ASR with modern neural architectures.

C++6,4443 months ago
PocketSphinx
PocketSphinx

A lightweight, open-source continuous speech recognition engine for embedded and offline applications.

C4,2938 days ago